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

I use Excel VBA and Chrome to fill out textboxes on webpages that requires a lot of scrolling (lots of content on same webpage). Chrome requires the textbox element to...

When there is a long string value need to paste, it takes lot of time. Instead of send keys to input data to a text field, can we use like...

Is there a way to install Selenium Basic on specific folder path (e.g., silent installation on specific path)

Dear all, I have a strange problem: SeleniumBasic works with ACCESS but not EXCEL. This is pretty awful for my purposes. I moved from my old environment to a new...

Dim keyObj As Selenium.Keys Set keyObj = New Selenium.Keys driver.SendKeys keyObj.Control & "a" This code fixed my issue /////////////////////////////////////////////////////////////////////// I just run into an issue with sendkeys ctrl +a I...

I have come across multiple solutions to this issue for other programming languages. Does anyone have a solution that can be implemented using VBA similar to below? ``` ChromeOptions options...

Hi all, I'm running a script using Selenium inside a VM, where multiple users can be connected at the same time. If one user runs a script with selenium, it...

Im not able to download when using chrome headless mode . I saw some solutions using selenium for python with add_experimental_options, but i couldnt find this method in seleniumBasic. Any...

![Code](https://user-images.githubusercontent.com/87224444/125156852-b7beec00-e178-11eb-8eb9-e455ce6f2095.JPG) ![Error](https://user-images.githubusercontent.com/87224444/125156854-b8578280-e178-11eb-83cd-985e12ac3d23.JPG) Hi, I am getting the attached error every time I run my code. Workflow of the page is like: 1) I fill all the required data 2) Select...