Skip to content

Commit

Permalink
Merge branch 'main' into daniel
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFillol authored Jul 12, 2024
2 parents f5d105f + 0b2405c commit 393dcf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goSpider.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func (nav *Navigator) SwitchToFrame(selector string) error {
// SwitchToDefaultContent switches the context back to the main content from an iframe context.
func (nav *Navigator) SwitchToDefaultContent() error {
nav.Logger.Println("Switching to default content")

// Switch back to the main content
err := chromedp.Run(nav.Ctx,
chromedp.Tasks{
Expand Down

0 comments on commit 393dcf5

Please sign in to comment.