SeleniumVBA
SeleniumVBA copied to clipboard
A comprehensive Selenium wrapper for browser automation developed for MS Office VBA running in Windows
Trojan:Win32/Leonem was detected by Windows Defender in the xlam dist
Started happening in ChromeDriver 117. Will continue to monitor here: https://bugs.chromium.org/p/chromedriver/issues/detail?id=4582 ... and here: https://stackoverflow.com/questions/77093248/chromedriver-version-117-forces-save-as-dialog-how-to-bypass-selenium-jav The easiest work-around thus far is to turn off incognito mode... A more involved work-around...
Steps to reproduce: ```vba driver.StartChrome driver.OpenBrowser incognito:=True driver.NavigateTo "https://www.wikipedia.org/" driver.Wait 1000 driver.Windows.SwitchToNew windowType:=svbaTab 'error happens here ``` Above results in "Failed to open new tab - no browser is open"....
A very strange bug occurs when combining the browser detach option of WebCapabilities class with a command window style that is NOT vbHide or vbMinimizedNoFocus. If any one of the...
The Edge (and Chrome?) browser user profile could be preset and **locked** (lock icon displayed and greyed out switch) by organization policy to "Ask me what to do with each...
Hello! First of all, I'm really appreciate your work about SeleniumVBA and I have used it for a while in my daily work. Now I am trying to automate some...
When I used the SeleniumVBA add-in SeleniumVBA.xlam v3.7, the SwitchToWindow command worked without any problems, but after upgrading to SeleniumVBA.xlam v5.3, the SwitchToWindow command gave me a compile error "Method...
Gmail virus detection now blocks SeleniumVBA.xlam when trying to attach it into a new message:  I found that this line of WebDriverManager is the only thing responsible for this...
It seems im getting this error with SeleniumBasic and SeleniumVBA and it will not launch any browser. Ive allowed all exceptions and exclusions you can think of through google search.
I encounter an issue when doing a GetallCookies from a website. The use case is that I do a log in to a website and then read the cookies containing...