florentbr / SeleniumBasic

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

SeleniumBasic Now Works Edge Chromium #200

Open mogulman52 opened 4 years ago

mogulman52 commented 4 years ago

Edge Chromium is the new browser based on Google's Chromium open source package. It will replace the legacy version of Edge (EdgeHTML). MS offers a downloadable webdriver like it use to with earlier versions of EdgeHTML. It currently has the EdgeHTML webdriver built into Win 10 which doesn't work with SeleniumBasic. For now you'll have to install Edge Chromium and replace the webdriver in the Selenium install directory ("C:\Users\username\AppData\Local\SeleniumBasic"). You can get webdriver at here . The Selenium Edge Chromium drivers are listed on the left. My version of Edge Chromium is Version 81.0.416.58 (Official build) (64-bit) . I downloaded version Version: 81.0.409.0 x64. I tried it on several automated web searching programs and had no problem.

Jce750 commented 3 years ago

Thanks for information! It seems to work fine also with Edge! SeleniumBasic is very useful! I had to rename the driver from msedgedriver.exe to edgedriver.exe .