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.
Aris added a comment - 05/Jun/08 03:59 PM Is this an accurate description of the problem?
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
Is this an accurate description of the problem?
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