SeleniumBasic
SeleniumBasic copied to clipboard
A Selenium based browser automation framework for VB.Net, VBA and VBScript
Hello good time Please update the Firefox driver SeleniumBasic VBA.
Does selenium basic support either of the two above methods please?
In Python with selenium I can run the following to return a list of matched elements text ``` from selenium import webdriver d = webdriver.Chrome() d.get("https://www.imobiliare.ro/inchirieri-apartamente/sibiu/hipodrom-4/apartament-de-inchiriat-3-camere-X84T100B2?lista=2361394") items = d.execute_script("return [...document.querySelectorAll('div.titlu')].map(item...
Is there a way, in VBA, to load a page, using Chrome, without allowing Javascript scripts to run? I want ideally to find a way to load without scripts running...
In VBA I can specify the number of times to perform a SendKeys operation with syntax such as Application.SendKeys "{TAB 2}". I can perform the SendKeys in a loop but...
Hello, I've been working with selenium in VBA for about 2 weeks and I finally got it to the stage where is was reliably navivgating Firefox and downloading the desired...
I need to change the file SysWaiter.cs line 89 , and rebuild it , but i cant A lot of error is appearing i used Python 2.7 , and all...
I'm trying to locate an element inside a table to extract it but with selenium I'm not getting it. I do this with VBA using this encoding: For Each i...
Hello, I'm thinking to switch some my macro to SELENIUM but what is concerned me that this could be dead end. It seems like SelemiunBasic is outdated and author lost...
Hi GitHub team, A new release of SeleniumBasic should be available adding GeckoDriver to the current FirefoxDrive (GeckoDriver seems strictly necessary to act on Firefox 48, released on August 2016,...