You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wtfra...@googlegroups.com
I think that selenium.browser should be moved to selenium.desired_capabilities.browserName
File "/Library/Python/2.7/site-packages/wtframework/wtf/config.py", line 123, in get raise KeyError(u("Key '{0}' does not exist").format(key)) KeyError: u"Key 'selenium.browser' does not exist"
David Lai
unread,
Apr 11, 2014, 7:46:17 PM4/11/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wtfra...@googlegroups.com
That desired capability is normally set indirectly when the base desired capabilities object is instantiated on,
I think, as you pointed out, this could pose a problem for requesting a browser that's not officially supported by Selenium project. Do it would be good to have a override for the browser property in the desired capability settings..