-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Operating system and version (64bit) : Windows Vista
Office name and version(64bit) : 2007
Browser name and version : Chrome
SeleniumWrapper version : SeleniumWrapperSetup-1.0.17.0
Hello All,
I'm quite new to using selenium with chrome. So please bear with me and would be greatly appreciated if someone could assist. I'm trying to open and load a page successfully; to start. It works fine but this "ChromeDriver.exe" command/application remains open and shows a number of errors(?). Can someone please advise what I'm doing wrong to prompt all these error.
Also as a side note the address bar first refers to a "Data:," then moves to the original google link requested; not sure why it refers to "Data:," first?
It does what it's supposed to eventually but I'm sure these errors refer to some issue I'm doing or not doing properly to end the script.
Screen shot and sample code attached.
Sub Test()
Dim selenium As New SeleniumWrapper.WebDriver
With selenium
.Start "Chrome", "https://www.google.ca"
.setTimeout ("120000")
.setImplicitWait (5000)
.Open "https://www.google.ca"
End With
End Sub
Thank You !
Original issue reported on code.google.com by herbert....@gmail.com
on 21 Mar 2014 at 1:56
Attachments: