Search results

  1. P

    Access Run-Time 2016 Refference libraries

    Hi. Yes, I used them for late binding. Ex.: Instead of Dim ch as Selenium.ChromeDriver used this Dim ch As object Set ch = CreateObject(“Selenium.ChromeDriver”) I couldn’t find anything else on forums helpful with not standard libraries.
  2. P

    Access Run-Time 2016 Refference libraries

    I have been working on small project which should automate gathering specific information from web. For webscraping purpose I have been using selenium library reference with chrome webdriver and it works pretty well on my personal computer. I would like to share this tool with my team, but...
Top Bottom