Hello I am currently working on a selenium script that goes onto a shopping website that auto carts and checkouts an Item for you It has a captcha In it during the end and almost never pops up if you are logged into a google account.
My program always opens up in a new chrome page and I always get the captcha. I just want to know if there is a way make the script open In a new tab on my pre-existing page (where I am signed into my google account) (also if anyone knows how to make a captcha harvester/bypass I would appreciate on how to fit it into my script).
URL = https://etc..
here is some part of my scipt:
driver = webdriver.Chrome(executable_path='/Users/(username)/Desktop/chromedriver')
driver.get(URL)
(also not as important I want to turn this script into a shareable application for computers where I can turn my "raw_input"
into text boxes where people can simply type in the stuff and it would save and run the program.) ( I use stuff like driver.find_element_by(blah).click
and .send_keys