Forum Discussion

littlebear's avatar
littlebear
Contributor
7 hours ago

TextNode() method for Page object

Hello everyone, I have two duplicate tabs open in one Chrome browser window. That means they are both recognized as the same page object, and that children of that object can be found on either tab,...
  • rraghvani's avatar
    7 hours ago

    They are Object names. If you want to access a specific page of a tab, then you have to use BrowserWindow object. For example .BrowserWindow(1) for the second tab.