ganjabastard / php-webdriver-bindings

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

(remote) file upload and firefox profile support? #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Was wondering if this PHP binding offers/facilitates file uploads over 
RemoteWebDriver/Grid (a remote node), as well as FirefoxProfiles. If not, would 
be nice to add in those features. 

Should be possible following references from:

Firefox profile section in this wiki link
https://github.com/facebook/php-webdriver/wiki/Launching-Browsers

Discussion on (remote) file uploads over JSONWireProtocol
https://groups.google.com/forum/?fromgroups=#!topic/selenium-developers/kDSygyDf
qD0

as I forked and worked on this project, I'll add in these functionality when I 
get to it, but thought I'd mention it for the time being in case anyone else 
can work on it.

Original issue reported on code.google.com by manga...@gmail.com on 9 Mar 2013 at 6:34

GoogleCodeExporter commented 8 years ago
Silly me, forgot there was issue 18 already for FirefoxProfile. Scratch that 
off this issue, this one just for file upload.

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

GoogleCodeExporter commented 8 years ago
You can find patch code at 

http://stackoverflow.com/questions/10559728/uploading-files-remotely-on-selenium
-webdriver-via-php

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

GoogleCodeExporter commented 8 years ago
Fixed in revision 68, and demo of its use in revision 69.

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