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
Post a Comment