I’m trying to click the “Accept All Cookies” button but there is no way I get to locate it while running. Can someone with more experience help me out here?
Login Netx
[Documentation] Login into Netx using User Pass and Company
Open Available Browser NetXInvestor
Wait For Condition return document.readyState == “complete”
Sleep 30s
Click Button alias:ButtoncontainsAcceptAllCookies
-----> Input with locator ‘xpath://button[contains(.,‘Accept All Cookies’)]’ not found.
No matter what locator I use… I cant get it right…
THANKS