You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running a program that opens a url and performs certain actions like
driver.find_element_by(etc..) .click() and .send_keys but my program always open up in a new window I want it to open in a new tab on a pre existing window so I can stay signed into My google account
I use driver = webbdriver.chrome (executable path = '/user/name/ etc, etc...
Please help man
I also want to add a capycha harvester/bypass
Help me out man please
The text was updated successfully, but these errors were encountered:
I am currently running a program that opens a url and performs certain actions like
driver.find_element_by(etc..) .click() and .send_keys but my program always open up in a new window I want it to open in a new tab on a pre existing window so I can stay signed into My google account
I use driver = webbdriver.chrome (executable path = '/user/name/ etc, etc...
Please help man
I also want to add a capycha harvester/bypass
Help me out man please
The text was updated successfully, but these errors were encountered: