I am a newbie trying to implement selenium to select a button on a website. After watching this tutorial youtube guide
I downloaded SeleniumBasic from Github and added the reference to VBA.
https://github.com/florentbr/SeleniumBasic/releases/tag/v2.0.9.0
At running the macro I get an error message "class not registered 80040154".
1) Will installing chromedriver solve the problem?
ChromeDriver - WebDriver for Chrome
2) I am using windows 10 and chrome but the code is meant to be used by multiple users, using different OS. Will it work for all OS on chrome? (I understand that every browser will need a different driver).
3) Must I choose the path "C:\Users\ *Username\AppData\Local\SeleniumBasic" ? That will be a hassle to manually install the ChromeDriver and SeleniumBasic to this path in every users PC.
4)I guess I would like to add the SeleniumBasic reference programmatically with Way 1 (Using GUID) How to add a reference programmatically with Determine the File Path or GUID to a VBA Reference Library in order to save repeating the referencing in each installation.
