ganjabastard / php-webdriver-bindings

Automatically exported from code.google.com/p/php-webdriver-bindings
0 stars 0 forks source link

Do these bindings work with all supported browsers #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the example test but set browser to "iexplore"

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

Expected: Run test on internet explorer
Actual: See attached error log from selenium server

What version of the product are you using? On what operating system?

phpBindings version 0.6.0 on a mac
selenium server version 2.2.0 on Windows XP

Original issue reported on code.google.com by mmical...@gmail.com on 26 Jul 2011 at 2:26

Attachments:

GoogleCodeExporter commented 8 years ago
I have been able to use the bindings in this configuration:

phpBindings version 0.6.0 on a linux
selenium server version 2.2.0 on Windows XP with Internet Explorer 8 

However, I did not run Example test, but rather my own test.

From your log it looks like the test executed at least partially, you can 
ignore the first "fatal" exception, see issue #2

Original comment by sergey.t...@gmail.com on 27 Jul 2011 at 8:09

GoogleCodeExporter commented 8 years ago
You shoud set browerName as 'internet explorer'  not 'iexpolore'.  I added 
comment to Webdriver.connect method in r31.

Original comment by lukasz.k...@gmail.com on 28 Jul 2011 at 11:19

GoogleCodeExporter commented 8 years ago

Original comment by lukasz.k...@gmail.com on 28 Jul 2011 at 11:20