- dhivyaavk
- Posts : 2
Join date : 2012-01-02
default selenium object
Mon Jan 02, 2012 6:34 pm
need information about the default selenium object.pl anyone help me
- faramkaProfessional
- Posts : 143
Join date : 2011-09-15
Location : Poland
Re: default selenium object
Tue Jan 03, 2012 2:30 pm
- Code:
browser=new DefaultSelenium("localhost",4444, "firefox","http://www.google.com");
browser.start();
browser.windowMaximize();
browser.open("http://www.google.com");
- BhuvaneswariRegular Participant
- Posts : 30
Join date : 2011-09-30
Location : India
Re: default selenium object
Tue Jan 03, 2012 6:36 pm
Your class should extend 'SeleneseTestCase' to get the default Selenium object.
HTH!
HTH!
Permissions in this forum:
You cannot reply to topics in this forum