I am using Selenium to automate some of my workflow, however, I am running into an issue. I have to use two different tools for work one is an application and the other Chrome where I need to apply the automation.
I have my code opening up the Chrome (Chromium?) version used for automation and can do what I need to do with it, however, I need to be able to open that version specifically with my 1st tool the application as clicking on a button within the application pulls up the relevant accounts information in the default chrome. Not the automated version.
So far I can force the program to open the default Chrome but I cannot use the webdriver so that I may automate my tasks.
When I use the same code to open the regular version of Chrome but add in the webdriver it goes back to opening that unique version of Chrome.
Is there a way to make the application use the chrome version that gets opened with selenium or is there some way to force selenium to use the default chrome browser and accomplish automation?
Trever Myers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.