SeleniumBasic icon indicating copy to clipboard operation
SeleniumBasic copied to clipboard

A Selenium based browser automation framework for VB.Net, VBA and VBScript

Results 124 SeleniumBasic issues
Sort by recently updated
recently updated
newest added

Today, Chrome update 91.0.4472.77(Official Build)(64 bit). ChromeDriver is 91.0.4472.19 (latest) .Value not work now. Please tell me how to resolve. ``` Sub main() Dim drv As New ChromeDriver drv.Get "https://www.google.com/"...

Hi, I have installed Selenium basic, the folders are created and all the contents(drivers) are present in the folder, BUT, when I go to Excel-Tools-Refrences, Selenium library is not in...

I am trying to get the progress bar status of a download in chrome (). But I find out that I can't access #shadow-root elements with "Findelement" method...but i think...

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...

こんにちは! 32ビットは、インストール出来ませんか? 回答をよろしくお願いいたします。

I'm trying to disable the "navigator.webdriver" as to make it a bit stealthier, is this the right way? Because even when I do this, it still shows the "Chrome is...

is there in vbscipt ,config file or method ?

I am beginner to vba selenium. i want to click a button which is inside a frame. i tried with below codes it didn't work. Can anyone help me? Thanks...

I am struggling how to select second item of the context click menu. Someone help on this. Sub Macro1() Dim driver As New Selenium.WebDriver Dim key As New Selenium.Keys driver.Start...

The following throws a VBA execution error javascript 17 error: $x is not defined ... It stops de code but i get the result in the watch debug functionality in...