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

Commit fd89b59

Browse files
committed
Fix css selector to reflect updated ui.
1 parent a0bdf10 commit fd89b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_cookie.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func browserCookieAndSig(ctx context.Context, execPath, userDataDir, port string
160160

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

0 commit comments

Comments
 (0)