littlebear
7 hours agoContributor
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,...
- 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.