java - how to run selenium rc test case in Internet Explorer -


my selenium rc java code running on firefox. can tell me how run same test case on internet explorer?

change browser start command string pass defaultselenium factory. *iehta or *iexplore depending on selenium version.

new defaultselenium("localhost", 4444, "*iexplore", "http://www.google.com/"); 

check out docs more info.

--sai


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -