

Is there any kind of framework I can use that dosent require a instance of webdriver. Our system blocks the required files to download when trying to implement that dependency.Īt this point, I’m even willing to use python if there is a way to ignore the webdriver executable jar issue.


Is there any alternative to this ? I tried using webdriverManager but that dependency is not in our dependency library so that’s not a option aswell. I was planning to use Java with selenium but at this point, this is blocking it from happening. So It’s very difficult to get the automation testing started, our chrome and chrome driver versions are always different. By the time they approve it, a new version of chrome is usually out. This is a lengthy process and is not feasible. So the problem is, our chrome gets auto updated where as we need to ask for permission to download chromeDriver(all drivers in general). We have to request to download whatever we want. If you are using Chrome version 92, please download ChromeDriver. So, one way to solve this I thought was to get an older version of Brave but I can’t find any place that has the previous releases of Brave available for download.So at my current job I’m at a pinch, we can’t just download executable jars and use them. 70 but nothing for the API that Brave is using …87. Please set Webdrivers::Chromedriver.required_version = to a known chromedriver version: Unable to find latest point release version for 78.0.70. A page somewhere said that that was good enough but I’m getting an error: Someone suggested using Brave so I downloaded the latest and various web pages say to match up the versions so here is what I have. Plus, it comes from the root of all evil (although ChromeDriver does too). I refuse to load Chrome onto my Mac because I’ve caught it doing weird stuff. The root problem is I am trying to test a Ruby On Rails application and it wants to use ChromeDriver and, of course, out of the box, it wants to use Chrome. I’m way out of my normal territory so what follows may have many mistakes.
