attribute error, syntax error(function name mistyped) in actions.py code

Bug #1152955 reported by alok nayak
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
selenium-simple-test
Fix Released
Undecided
Corey Goldberg

Bug Description

In line 215 to 220of action.py in start method:
profile.setPreference(
                    'capability.policy.default.Window.QueryInterface',
                    'allAccess')In line 215 to 220of action.py in start method:
profile.setPreference(
                    'capability.policy.default.Window.QueryInterface',
                    'allAccess')

this code give following attribute error
AttributeError: 'FirefoxProfile' object has no attribute 'setPreference'

so "setPreference" should be "set_preference"

Related branches

alok nayak (aloknayak29)
description: updated
Changed in selenium-simple-test:
status: New → Confirmed
alok nayak (aloknayak29)
description: updated
Changed in selenium-simple-test:
assignee: nobody → Corey Goldberg (coreygoldberg)
Revision history for this message
Corey Goldberg (coreygoldberg) wrote :
Revision history for this message
Corey Goldberg (coreygoldberg) wrote :

this is now fixed in trunk.

Changed in selenium-simple-test:
status: Confirmed → 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.