Forum Discussion

kevin_kapell's avatar
kevin_kapell
Frequent Contributor
2 years ago

Select 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.

1 Reply

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    Try for example,

     

    Sys.Browser("chrome").Page("https://www.w3schools.com/java/*").Keys("~[Left]");

     

    using Keys("~[Left]") method.