You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use a proxy via webdriver as per the following
$cap = array('proxy' => '50.***.249.***:3128');
$webdriver->connect("firefox", "", $cap);
yields this in Selenium Server
13:25:56.702 INFO - Executing: [new session: {javascriptEnabled=true,
browserName=firefox, nativeEvents=false, proxy=*****:3128, version=}] at URL:
/session)
13:25:56.745 WARN - Exception thrown
java.util.concurrent.ExecutionException:
org.openqa.selenium.WebDriverException:
java.lang.reflect.InvocationTargetException
Build info: version: '2.16.0', revision: '15381', time: '2012-01-04 18:45:20'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '2.6.32-317-ec2',
java.version: '1.6.0_26'
Is that the correct way to issue a proxy request via the
"php-webdriver-bindings" library?
Original issue reported on code.google.com by [email protected] on 13 Jan 2012 at 3:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Jan 2012 at 3:28The text was updated successfully, but these errors were encountered: