Selenium New tab
-
So I tryed to switch to a new tab by using js code because I didn't saw any new tab or something like that in browser action so this is the code
window.open('about:blank','_blank');===group
And by that I still havent succeded because the bot its sending the Navigate request to the principal window.
Some help with that?
-
Browseraction SwitchToTab and then put the tab index as input (0 based)