blueprintmrk / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
Hello,  I had downloaded  seleniumWrapper off an obviously old Webpage that 
said 'latest version v1.0.17.0".
I installed v1.0.23 and chrome still delays with "data ;" but  does go on to 
open yahoo.

Original comment by jayhebert963 on 18 May 2015 at 3:09