Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fix css selector to reflect updated ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpathy committed Apr 13, 2019
1 parent a0bdf10 commit fd89b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_cookie.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func browserCookieAndSig(ctx context.Context, execPath, userDataDir, port string

// Find the search/filter box on myactivity, this tests for login
searchBox, err := cl.DOM.QuerySelectorAll(ctx,
dom.NewQuerySelectorAllArgs(doc.Root.NodeID, `#main-content > div.main-column-width > div.layout-column > md-card`))
dom.NewQuerySelectorAllArgs(doc.Root.NodeID, `#main-content > div.main-column-width > div.fp-search-privacy-holder > md-card`))
if err != nil {
return
} else if len(searchBox.NodeIDs) == 0 {
Expand Down

0 comments on commit fd89b59

Please sign in to comment.