Skip to content

VBA- Chrome- "Unsupported command-line flag" #156

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
Operating system and version (32/64bit) :Windows 8.1 64bits
.Net Framework version :version 4.5.1  (no profile)
Office name and version(32/64bit) :Home and student 15.04693.1002(2013)
Browser name and version :chrome Version 42.0.2311.152 m
SeleniumWrapper version :v1.0.17.0

What steps will reproduce the problem with a public website ?


Public Sub GoToWeb_Click()

  Dim driver As New SeleniumWrapper.WebDriver
  driver.Start "Chrome", "http://www.yahoo.com"
  driver.setImplicitWait 50000

  driver.stop
End Sub


What is the expected output? What do you see instead?

1.I get a DOS like pop up  for a second with: "Starting ChromeDriver 
(V2.8.2410075) on port 59271

2.then Chrome opens and most of the time its just for an instant but once 
chrome stayed open:
 a TAB is created with    data;    as its title and    data;    in the address bar. 
A message in a banner states: 
    You are using an unsupported command-line flag: --ignore-certificate errors.Stability and security will suffer.

3. then the DOS like popup flashes again

Please provide any additional information below.

Original issue reported on code.google.com by jayhebert963 on 16 May 2015 at 8:18

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions