Consulting

Results 1 to 3 of 3

Thread: Cannot find the Chrome binary

  1. #1
    VBAX Contributor
    Joined
    Nov 2009
    Posts
    114
    Location

    Cannot find the Chrome binary

    Anyone can help?

    Error msg: Cannot find the Chrome binary

    Sub test2()
    Dim driver As New WebDriver
    
    
    driver.Start "Chrome"
    Application.Wait Now + TimeValue("00:00:20")
    End Sub


  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,064
    Location
    Perhaps have a look here for a hint. https://thecomputernoob.com/2020/09/...-binary-error/
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  3. #3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •