I have to run my excel macro which uses selenium on windows server 2019 64 Bit system. I am getting error "Automation Error. The system cannot find the file specified." on Line
Set ks = New Selenium.Keys
I have downloaded SeleniumBasic 2.0.9.0 from GitHub. The installation folder C:\Program Files\SeleniumBasic is in Environment Path
My code looks like this
On Error Resume Next
Dim ks As Selenium.Keys
Set ks = New Selenium.Keys
Set d = New ChromeDriver
I tried downloading .NetFramework 3.5 it says, This version is already a part of OS.
I think i am missing out something.
If someone can help.
Thanks