The arguments to instantiate the remote webbrowser are inverted

Bug #1394741 reported by Leonardo Arias Fonseca
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
selenium-simple-test
Triaged
Undecided
Leonardo Arias Fonseca

Bug Description

From http://selenium-python.readthedocs.org/en/latest/api.html#module-selenium.webdriver.remote.webdriver

selenium.webdriver.remote.webdriver.WebDriver(command_executor='http://127.0.0.1:4444/wd/hub', desired_capabilities=None, browser_profile=None, proxy=None, keep_alive=False)

In src/sst/browser.py we are instantiating it as:

return self.webdriver_class(self.capabilities, self.remote_url)

Changed in selenium-simple-test:
status: New → Triaged
assignee: nobody → Leo Arias (elopio)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.