Fairly new to this but set up Selenium, put chrome driver in Selenium folder, Opened excel and added the Selenium type reference and tried to run the following test code noted below. All i get is a run time error "class not registered"
I have tried many other simple test codes and get the same result.
Hello,
Fairly new to this but set up Selenium, put chrome driver in Selenium folder, Opened excel and added the Selenium type reference and tried to run the following test code noted below. All i get is a run time error "class not registered"
I have tried many other simple test codes and get the same result.
Anyone have any ideas?
Sub Test() Dim bot As New WebDriver
End Sub