jumper423 / yii2-php-webdriver-bindings

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

WebDriver.php Typoerror "exipry" #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In WebDriver.php on Line 231:
    if (!empty($expiry)) $cookie['expiry']=$exipry;

Must be:
    if (!empty($expiry)) $cookie['expiry']=$expiry;

Please transfer this project to github :)

Original issue reported on code.google.com by ffroesch...@gmail.com on 4 Jan 2012 at 10:14

GoogleCodeExporter commented 8 years ago
FYI, I'm going to fork the project to GitHub. But that's just to maintain and 
share my code changes, namely a WebDriverBackedSelenium class. This is still a 
good project. Hope the maintainers will be more active in accepting patches or 
do transfer to GitHub.

https://github.com/daluu/php-webdriver-bindings

Original comment by manga...@gmail.com on 18 May 2012 at 5:18

GoogleCodeExporter commented 8 years ago
fixed, thx!

Original comment by lukasz.k...@gmail.com on 20 Jun 2012 at 8:59

GoogleCodeExporter commented 8 years ago
Fixed in trunk/SVN with revision 67.

Original comment by manga...@gmail.com on 9 Jun 2013 at 7:43

GoogleCodeExporter commented 8 years ago
Issue 32 has been merged into this issue.

Original comment by manga...@gmail.com on 9 Jun 2013 at 7:43