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

Hi Frame name is keep on changing, please help how to switch to this frame - Excel VBA - Selenium. ![iframe](https://user-images.githubusercontent.com/22168129/32886401-8efe7d3c-cae6-11e7-9b6c-f60961dc5508.JPG) Thanks Gayathri

Hi I have Main Window and Sub Window, when i click on OK button in Sub window, I got the below Error. How to handle this? Dim driver As SeleniumWrapper.WebDriver...

Hi all after installing Selenium and enabling ref, I tried the basic routine ``` Public Sub seleniumtutorial() Dim bot As New WebDriver bot.Start "chrome", "https://www.google.com" bot.Get "/" bot.TakeScreenshot.SaveAs (ActiveWorkbook.Path +...

Hello there, I'm having some issues working with Selenium in VBA. It's an error that i'm not able to specify, because i couldn't reproduce it myself. ``` Option Explicit Private...

I've been having problem with these... Sometimes a alert shows, I click ok and then all code I try gives the err 26 = UnexpectedALertOpenError Modal dialog present I've tried...

Hello, I have a situation where I needs to pass through a proxy servers, How do I launch PhantomJS with proxy? Thanks,

What's a good way to wait until an element is clickable, then click on it. This is all I could come up with: ` Dim element As Selenium.WebElement Set element...

Please could you sign the extensions and addons for the vba vbs formatters so that they can be installed onto firefox?

Using Chrome Version: 51.0.2704.103 When using code to launch chrome and go to webpage in MS Access VBA, chrome automatically closes when code execution has complete. Is there a way...