RGil

Results 6 comments of RGil

Hi. Make sure you add the library TOOLS > REFERENCES> and select: "Selenium Type Library" (in the VBA editor). Also try reinstalling SeleniumBasic. It should work.

Hi there. Maybe @florentbr, the autor of Selenium Basic can help us with this task. It is an amazing tool. I've been programming my own macros with it and VBA...

Hello there, This opens a new tab in Edge using VBA and Selenium Basic. driver.ExecuteScript "window.open('');" ' Opens a NEW TAB in Edge driver.SwitchToNextWindow driver.Get ("https://google.com")

> Hi rufo, looks like the problem could be related to the fact that you are controlling excel externally but i may be wrong. Try runing everything with admin privileges...

Hello there. I'm having the same issue. This works very nice in VBA and Selenium Basic with Chrome: ` Driver.SetProfile "C:\Users\UserNameHere\AppData\Local\Google\Chrome\User Data" ` ` Driver.Start ` ` Driver.Get ("https://www.google.com/") `...

I got my gastritis back trying to open Edge with the local profile. Yes, with Chrome works. I think it is a bug.