Login

Lost your password?
Don't have an account? Sign Up

Contoling Chrome from VBA with Selenium

install Selenium Basic and write your first procedure to manipulate Chrome from VBA.

https://www.educational.guru

25 comments

  1. J LaC

    Great video, just wondering if you had any idea how to enable the safe browsing option in Chrome? I have an example here:

    https://stackoverflow.com/questions/34130774/how-to-disable-this-type-of-file-can-harm-your-computer-pop-up#

    This is the solution in Python, but I would love to see your take on translating those three lines (example below) into VBA. Thanks for reading.

    prefs = {
    ‘safebrowsing’ => {
    ‘enabled’ => true,
    }
    }

    b = Watir::Browser.new :chrome, :prefs => prefs

    ‘See the link for the full explanation.

  2. Kannan J

    Hi Gove, Can we control the already opened website in chrome using excel vba, without creating a new chrome browser? Your videos are much informative and very useful for learning things in excel vba.. Keep going!!

  3. jean-Michel Ylieff

    Hello from Belgium. Your explanation was very helpful to me. Thank you ! I have a question : you show how to open a new chrome session but i’d like to know how to select an already opened shellwindows of chrome and once Chrome selected, how to open new windows in it. Thanks and best regards

    1. Anakin Brentley

      @Ellis Clyde i really appreciate your reply. I found the site thru google and Im in the hacking process atm.
      Seems to take quite some time so I will get back to you later with my results.

  4. Karthick A

    Hey hi! That was a great video. I do have one doubt. Suppose I create a code using selenium on my computer and If I share the same to another computer which doesn’t have selenium installed, will the code still work? Or is there any other way to create a web vba code that works on any computer?

  5. Ashish Tanwar

    Thank you for the course. I have one doubt here. WE have like 10 different URL in excel sheet in A column. I want to open each URLs in chrome and wait till the page loads before going to next URL. How can we use code to open URL in chrome with function Doevent

  6. Vo Duy Anh

    Thank you sir. The vid is very helpful. I had an issues that when i run selenium vba that continuously send stock buy/sell order with realtime price. The realtime price was in a range in excel. But as long as i start selenium, the excel file just completely get frozen. Any guide will be much appreciated!

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*