Hi all,
I’m developing a website scraper with KNIME Selenium nodes.
At a certain stage I click on a button and a new tab opens in Chrome (I cannot avoid opening a new tab). The WebDriver still reads from the first tab, but I need the WebDriver to read from the second tab.
I’ve found this example workflow from @qqilihq , which should be similar to my case, but somehow my WebDriver is broken after the switch to the next tab via a Java Snippet:
Although in the Chrome browser the tab is switched from 1st tab to 2nd tab, I cannot use the WebDriver with the next “Find Element” node, as it fails to read content from the WebDriver.
Anyone has any suggestions on how to solve this? Or maybe what causes this issue?
It would be great to have a Selenium node allowing to switch tabs.
Unfortunately due to security reasons I cannot upload the workflow, as it gets access to a secured portal.