Code review comment for lp://staging/~fs-8/selenium-simple-test/sst-remote-fixes

Revision history for this message
adam (jun-gao) wrote :

I used pip and installed sst version 0.2.4, but the problem still there, it has not been fixed.

I checked your code, and I think the fundamental problem is in 'browsers.py' line 79. Since selenium's remote webdriver is defined like "def __init__(self, command_executor='http://127.0.0.1:4444/wd/hub',desired_capabilities=None, browser_profile=None, proxy=None, keep_alive=False):" which means the "remote_url" should be the first argument and the second should be the "capabilities".

« Back to merge proposal