andycha28 / php-webdriver-bindings

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

Add support for Firefox profiles #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to specify Firefox profile to use with driver.

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

Option to do so. Don't know how this can be done with current codebase.

Please provide any additional information below.

Actually, it is possible to use, just needs to be documented, and more 
importantly, incorporated with the driver codebase.

The implementation should be full PHP code to do all the steps.

The solution is documented here:

http://stackoverflow.com/questions/7328494/selenium2-firefox-use-the-default-pro
file

I've also documented the steps for the alternative Facebook PHP driver:

https://github.com/facebook/php-webdriver/wiki/Launching-browsers

Original issue reported on code.google.com by manga...@gmail.com on 29 Dec 2011 at 12:46

GoogleCodeExporter commented 8 years ago

Original comment by manga...@gmail.com on 9 Mar 2013 at 6:37

GoogleCodeExporter commented 8 years ago
also look to 
http://stackoverflow.com/questions/10559728/uploading-files-remotely-on-selenium
-webdriver-via-php

for base64 encoding & zipping.

Original comment by manga...@gmail.com on 13 Mar 2013 at 2:49

GoogleCodeExporter commented 8 years ago
Experimental support added in revision 68, with test & demo in revision 70 and 
revision 72.

Original comment by manga...@gmail.com on 9 Jun 2013 at 3:14