SeleniumBasic icon indicating copy to clipboard operation
SeleniumBasic copied to clipboard

Class Not Registered

Open Makito00 opened this issue 4 years ago • 2 comments

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

bot.Start "chrome", "https://www.google.com"
bot.Get "/"
Stop

End Sub

Makito00 avatar Feb 13 '22 05:02 Makito00

这是来自QQ邮箱的假期自动回复邮件。 已经收到,等我看到了,立马回复。 

wolflash666 avatar Feb 13 '22 05:02 wolflash666

Ran excel as admin and now working

Makito00 avatar Feb 13 '22 17:02 Makito00