Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Selenium RC - User Extension(Need help on User-Extension)
Selenium RC - User Extension [message #636954] Wed, 03 November 2010 14:18
Bharath  is currently offline Bharath Friend
Messages: 1
Registered: November 2010
Junior Member
Hello,
Planning to calculate page response time using "Timer Extension" using http://wiki.openqa.org/display/SEL/Timer+Extension.

I have copied the code in "User-Extension.js" and updated the path in Selenium RC.

When I execute following code using eclipse, I am getting following error message "method timerStart(string) is undefined".
System.out.println("Test Strated");
timerStart("LoginPage");
selenium.open(BASE_URL_1);
selenium.waitForPageToLoad(MAX_WAIT_TIME_IN_MS);
timerStop("LoginPage");

How to make eclipse recognize this new method ?

- Bharath
Previous Topic:Confused by downloads web site structure
Next Topic:where can i download Eclipse JavaEE Galileo for solaris 10 x86
Goto Forum:
  


Current Time: Thu Sep 26 01:32:42 GMT 2024

Powered by FUDForum. Page generated in 0.08807 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top