SeleniumBasic
SeleniumBasic copied to clipboard
A Selenium based browser automation framework for VB.Net, VBA and VBScript
For some reason I cannot set my default profile in Edge using Selenium in VBA (Excel), tried with .SetProfile, with .AddArgument but it keeps generating a temporary profile. With Chrome...
Hello ,my boss( Who runs a VBA Enterprise) asked me to do some automatic systems , i put the idea on the table about of seleniumBasic he agree(bcoz he saw...
Has anyone rebuilt this solution in a more recent edition of Visual Studio? I'm using VS2019 Professional and I've struggled. - I first encountered several issues after I NuGet'd the...
Hello everybody, Could you help me in my question ,please? The code in my file searches amazon site for a product and gets the following data "name-price-link" in order to...
I have added edge diver to SeleniumBasic path I am calling finely in my VBA as below ``` Set driver = New Selenium.EdgeDriver driver.Start "edge" ``` when we call driver.Start...
I have been unable to run Edge in headless mode using Selenium with VBA in Excel - would someone be able to help me out with this? I can use...
Selenium Basic works for Excels in mac machine?
Hi, Good Day! I have 4 excel file where running instance for 24 hour to check on the website by using selenium.chrome (2.0.9). The excel frequently hang in backround where...
I have the below code to access a site and get to another page, but I need the code to set the user agent profile of the edge instance to...
It is possible to add an extra HTTP header to requests with Selenium Basic? In Selenium 4 is possible with DevTools: DevTools devTools = ((HasDevTools)driver).getDevTools(); Map headers = new HashMap();...