florentbr / SeleniumBasic

A Selenium based browser automation framework for VB.Net, VBA and VBScript
BSD 3-Clause "New" or "Revised" License
433 stars 198 forks source link

Class Not Registered #242

Open Makito00 opened 2 years ago

Makito00 commented 2 years ago

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

wolflash666 commented 2 years ago

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

Makito00 commented 2 years ago

Ran excel as admin and now working