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

Trying to Execute multiple line js scripts in 1 call, but the function of ExecuteScript right after the first and not waiting till the end of the full code. using...

I am getting an error when trying to open Chrome through vba. Environment is as follows: References has Selenium Type Library in C:\Program Files\SeleniumBasic\Selenium64.tlb; SeleniumWrapper Type Library in C:\Program Files...

Hi, My VBA code stopped working last week after several months working fine. In short, the error raises when executing driver.start "Run-time Error '-2146233078 (801315a)': The source was not found...

Hello everyone. I have the known problem (chrome is no longer running so ChromeDriver is assuming that Chrome has crashed), but I use Seleniumbasic (windows and excel vba). Could someone...

Hi All, The error in the sub is what i keep getting when I try to use selenium on excel. This happens and all i've done is the below as...

Hi, I was wondering how to change the default download directory (for Chrome) using Selenium + VBA DURING AN ACTIVE SESSION. I tried: DOWNLOAD_DIRECTORY = Range("E1") & "Documents" MkDir (DOWNLOAD_DIRECTORY)...

[Chrome 103](https://developer.chrome.com/blog/new-in-chrome-103/) was released yesterday alongside an updated [chromedriver](https://chromedriver.chromium.org/downloads). This release has broke SeleniumBasic on my machine. A temporary fix is using an error-handling routine to resume next. However, if...

Hello Users, Please help me out in getting out of this trouble. I am getting an run time error when alert appears ![image](https://cloud.githubusercontent.com/assets/19610025/22258494/d028a044-e22f-11e6-8af9-3046dab0cb9e.png) 'On Error Resume Next driver.Start "chrome", "http://www.google.com"...

Hello, I want to download a file on an internal web application using the code below: Sub Import_File() Dim driver as new WebDriver ... ' To increase the time to...

Need to run the script in the current open browser. This because when there is new browser start, it requires to enter username and password every time to login to...