
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
On Safari, our MacProxyManager doesn't set the https proxy. This is just laziness on our part; we should add it in and add unit tests for it in MacProxyManagerTest.
|
|
Description
|
On Safari, our MacProxyManager doesn't set the https proxy. This is just laziness on our part; we should add it in and add unit tests for it in MacProxyManagerTest. |
Show » |
|
When the application under test is available via SSL, safari test do not run in the browser.
More specifically for me, the browser url that I'm testing becomes the server name for https://xxxxx/selenium-server/driver
SeleniumDriver.new(rcurl, rcport,environment/browser, "https://example.com",10000)
leads to
https://example.com/selenium-server/driver