kevin_kapellFrequent Contributor2 years agoSelect browser back button How do I select the Browser Back button? this is in Chrome. I tried the object.Back() method but it does not seem to work.
rraghvaniChampion Level 32 years agoTry for example, Sys.Browser("chrome").Page("https://www.w3schools.com/java/*").Keys("~[Left]"); using Keys("~[Left]") method.
Related ContentClickItem select another OptionObject browser is showing different buttonButton issueUnable to recognize a button in LoadNinjaUnable to Select OK on browser confirmation pop up
Recent DiscussionsIdentifying menu items via AutomationIdSearch a text in an Execution PlanString Variable not including necessary newline characters (/n)SolvedQt6-Objects are not recognizedHow to access Private and Protected methods from an imported DLL