Closed (fixed)
Project:
Selenium
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2012 at 05:04 UTC
Updated:
10 Feb 2013 at 10:40 UTC
I wonder is it real to implement additional browser support (let's say Opera and IE as well: #1326784: Internet Explorer integration)?
I know that only Firefox and Chrome support Agent headers setting which is necessary for redirecting to simpletest sandbox. But can't we let launching of such kind of browsers on original site? That seems to be quite low-hanging task.
Comments
Comment #1
PatchRanger commentedFixed for 7.x-3.x: http://drupalcode.org/project/selenium.git/commit/a8e5771.
Now you can run any test on original site by setting $onOriginal = TRUE on setUp method before calling parent::setUp. But be careful, the test should be "ecological" (ie, should turn a site where it was launched to a state before launch).
Comment #2
PatchRanger commentedDone for D6 as well: http://drupalcode.org/project/selenium.git/commit/c773b1f.