forked from php-webdriver/php-webdriver
-
Notifications
You must be signed in to change notification settings - Fork 55
Release Notes
adam goucher edited this page May 29, 2013
·
6 revisions
- fixed windows file uploads
- fixed $this->session->switch_to_alert()
- Firefox profiles
- c'mon... forgot this for two releases?
- whoops
- remainder of ActionChains implemented; see https://github.com/Element-34/php-webdriver/blob/master/test/ActionChainsTest.php for examples
- $session->switch_to_frame() will go to parent frame
New
- WebDriverSelect
- ActionChains click
Fixes
- PHP 5.4 is crankier about some stuff so make the checking of whether something went wrong in an action chain a bit more clever
New
- Can now proxy SSL traffic
... time passes ...
New
- By
- Alert
- Touch Chains
Fixes
- Non-default options will now work with Sauce OnDemand