browsers other than Firefox (i.e. Chrome) not working

Bug #852581 reported by Corey Goldberg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
selenium-simple-test
Fix Released
Undecided
Corey Goldberg

Bug Description

trying to launch Chrome (using the "-b Chrome" command line param), results in a crash.

getting this stack trace:

Traceback (most recent call last):
  File "/home/corey/sst/fix-non-firefox/src/sst/runtests.py", line 240, in setUp
    session_name, js_disabled, webdriver_remote_url)
  File "/home/corey/sst/fix-non-firefox/src/sst/actions.py", line 158, in start
    profile = getattr(webdriver, '%sProfile' % browser_type)()
AttributeError: 'module' object has no attribute 'ChromeProfile'

Related branches

Revision history for this message
Corey Goldberg (coreygoldberg) wrote :

I will fix.

looks like some of the Firefox Profile stuff we added doesn't work cross-browser.

I'll make certain Profile features (language, javascript, etc) available under FF only, so they are ignored when using Chrome or other non-FF browser.

Changed in selenium-simple-test:
assignee: nobody → Corey Goldberg (coreygoldberg)
Revision history for this message
Corey Goldberg (coreygoldberg) wrote :
Changed in selenium-simple-test:
status: New → Fix Committed
Vincent Ladeuil (vila)
Changed in selenium-simple-test:
status: Fix Committed → Fix Released
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.