List of Selenium RC browser launchers

Posted by jacksenechal on Stack Overflow See other posts from Stack Overflow or by jacksenechal
Published on 2010-04-03T01:50:08Z Indexed on 2010/04/03 1:53 UTC
Read the original article Hit count: 372

Filed under:
|

I am trying to find a full list of Selenium RC browser launchers. So far I've not been able to find any documentation that lists them all. I've gathered the following ones from various sources.

  • *iexplore - Launches IE
  • *firefox - Launches Firefox
  • *safari - Launches Safari
  • *opera - Launches Opera
  • *chrome - Launches special Firefox profile with elevated security privileges, to bypass Javascript security errors
  • *iehta - Launches IE with elevated security privileges
  • *piiexplore - Launches IE in proxy injection mode
  • *pifirefox - Launches Firefox in proxy injection mode
  • *custom - Launches your own custom browser executable

Are there any others lurking out there? Is there any source of documentation on how each one is used?

© Stack Overflow or respective owner

Related posts about selenium

Related posts about selenium-rc