leochabi / selenium-vba

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

unable to open URL using IE #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system and version (32/64bit) : windows 7 and version 64 bit
.Net Framework version :4.0
Office name and version(32/64bit) :
microsoft office professional plus 2010 (32 bit)
Browser name and version :Morzilla
SeleniumWrapper version :1.0.17.0

I am using the below code:-
Private Sub CommandButton1_Click()
Dim selenium As New SeleniumWrapper.WebDriver
selenium.Start "IE", "http://www.google.com"
selenium.Open "http://www.google.com"
selenium.setTimeout ("120000")
selenium.setImplicitWait (5000)
selenium.Type "Id=gbqfq", abcd
End Sub

Output:-
IE browser is opened with URL http://localhost:61031/ with message
This is the initial start page for the WebDriver server.

Please provide any additional information below.

Original issue reported on code.google.com by jhansi27...@gmail.com on 24 Aug 2014 at 5:05

GoogleCodeExporter commented 8 years ago
Is your Internet Explorer a 32 or 64 bits?

Original comment by florentbr on 26 Aug 2014 at 10:25

GoogleCodeExporter commented 8 years ago
32 bit

Original comment by jhansi27...@gmail.com on 26 Aug 2014 at 4:07

GoogleCodeExporter commented 8 years ago
Sorry for the late reply. I couldn't reproduce your issue, but it is most 
likely due to Internet Explorer settings as it is stuck on the initial start 
page. Make sure there is no popup once the browser is launched and set the 
settings to default in the Internet and Intranet section.

Original comment by florentbr on 18 Sep 2014 at 4:43

GoogleCodeExporter commented 8 years ago

Original comment by florentbr on 3 Oct 2014 at 1:38