conception_native_0123
Well-known member
- Local time
- Today, 04:16
- Joined
- Mar 13, 2021
- Messages
- 1,923
anyone seen this question before? I'm tutorializing myself on this lib and this code gives me an automation error:
everybody seems to think that I don't have something installed that I should have:
github.com
stackoverflow.com
here's the tutorial:
codingislove.com
I tried to install .NET 4.8, which is the newest version, but my system gave a message saying I already have it. can anyone spot what I'm missing?
Code:
Dim bot As New WebDriver
bot.Start "chrome", "www.google.com"
Automation Error with Chrome. Runtime error '-2146232576 (80131700)' · Issue #166 · danwagnerco/selenium-vba
ChromeDriver Version: 2.25 SeleniumBasic Version: v2.0.9.0 Google Chrome Version: 54.0.2840.99 m (64-bit) Operacional System Name: Microsoft Windows 10 Enterprise, Version: 10.0.14393 Compilação 14...

Trying to Automate Chrome with Selenium VBA, automation error?
I am trying to data scrape from a website that is only compatible with Google Chrome. I want to scrape the info into an Excel file so I would like to use VBA to accomplish this. This is my code. ...
here's the tutorial:

Browser automation in Excel VBA using Selenium - Coding is Love
A simple tutorial on how to automate browser based tasks in VBA using selenium VBA which is a .NET wrapper for selenium framework.

I tried to install .NET 4.8, which is the newest version, but my system gave a message saying I already have it. can anyone spot what I'm missing?