Differences between revisions 6 and 7
Revision 6 as of 2009-01-15 18:34:36
Size: 409
Editor: dslb-088-068-028-050
Comment:
Revision 7 as of 2009-01-15 23:07:54
Size: 1201
Editor: dslb-084-058-230-209
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Selenium IDE export = == Selenium IDE export ==
Line 4: Line 4:
If you use SeleniumRC server 1.0 beta-2 be sure to use:
 * for the profile *firefox the new profile *firefoxproxy
 * the same for *iexplore, also now *iexploreproxy
== Current version of SeleniumRC server and client drivers is 1.0 beta-2 ==
If you use SeleniumRC server 1.0 beta-2 be sure to use the following browser profiles:
 * instead of *firefox use the new profile *firefoxproxy
 * instead of *iexplore use the new profile *iexploreproxy

== Problem with Selenium->goback() in Internet Explorer and Opera ==
If during a test an 404 error ("page not found") occurs the Selenium goback() command fails. An example herefor is following an non existing external link.

== Cross scripting error with browser profiles *firefox and *iexplore ==
If a test wants to go to an page which don't belong to the domain from which the test is started an Javascript cross scripting error will occur. Following the link is implemented in Selenium by Javascript which is not allowed to leave the start domain. To workaround this issue use the browser profile *chrome and *iehta or proxy injection mode of the Selenium server.

Selenium IDE export

Be sure that the exported files are ISO-8859-1 encoded, otherwise problems with special characters (like German umlauts) can occur. Selenium IDE can be configured under "options" to save test files as ISO-8859-1.

Current version of SeleniumRC server and client drivers is 1.0 beta-2

If you use SeleniumRC server 1.0 beta-2 be sure to use the following browser profiles:

  • instead of *firefox use the new profile *firefoxproxy
  • instead of *iexplore use the new profile *iexploreproxy

Problem with Selenium->goback() in Internet Explorer and Opera

If during a test an 404 error ("page not found") occurs the Selenium goback() command fails. An example herefor is following an non existing external link.

Cross scripting error with browser profiles *firefox and *iexplore

If a test wants to go to an page which don't belong to the domain from which the test is started an Javascript cross scripting error will occur. Following the link is implemented in Selenium by Javascript which is not allowed to leave the start domain. To workaround this issue use the browser profile *chrome and *iehta or proxy injection mode of the Selenium server.

CompleteSearch: completesearch/SeleniumRC/Bromine/Tips (last edited 2009-01-15 23:07:54 by dslb-084-058-230-209)