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
I think that could be related with permissions..even when the webdriver is located in the directory, the user that is executing the code does not have permissions to access it..
Hmm
any idea onto how we can grant the desired permission ?
Check permissions over the webdriver file that can be seen in your second screenshot