Hi,
I am using RPA to create an automation which opens up a chrome browser, logs-in into a webiste, filters data and gets a file downloaded into the local host machine
There are 2 problems that I am facing
1. It takes ages to even open up the browser
2. While trying to open the browser, it searches for a chromewebdriver to be present inside its assets file in local host machine. Now even though there is a webdriver existing inside the host machine, it gives an error saying :
Can anyone help me in getting an idea so as to why such issues are happening ?
Screenshot 1 : describing issue 2
Screenshot 2 : File present in the required destination
System specs :
Chrome Version : 123.0.6312.87 (Official Build) (arm64)
OS : MAC M1 Pro
Java Version : 21.0.2
Discussion posts and replies are publicly visible
Hi:
Regarding the first question.Can you send us the complete log of the execution to check how long it takes to open the browser?
Regarding the WebDriver question:
We have seen that your are using 9.6.0 version. Latest version is 9.9.0. Please, could you upgrade to the latest version and check it again? I attach an image with the expected behaviour in the 9.9.0 version