- jithin
- Posts : 6
Join date : 2011-08-03
script running fast because of the time taken to load
Wed Aug 03, 2011 2:02 pm
hello all can any one help me.while playing a recorded scenario a problem encounters because the page loads very slow and the script is running fast.how can i solve this problem.??
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
Re: script running fast because of the time taken to load
Wed Aug 03, 2011 2:07 pm
you can slow down the script running speed or wait for element present instead of wait for page to load.
- jithin
- Posts : 6
Join date : 2011-08-03
Re: script running fast because of the time taken to load
Wed Aug 03, 2011 2:18 pm
i need to make my code machine independent.it should be in a loop till the page loads and then continue..it would be of great help for me if u can assist me..
- jithin
- Posts : 6
Join date : 2011-08-03
Re: script running fast because of the time taken to load
Wed Aug 03, 2011 2:19 pm
how can i wait for the element present...
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
Re: script running fast because of the time taken to load
Wed Aug 03, 2011 2:38 pm
after your page finish loading,what element you will see present on the page.
- jithin
- Posts : 6
Join date : 2011-08-03
Re: script running fast because of the time taken to load
Wed Aug 03, 2011 2:59 pm
is there any selenium command which waits for the page to load fully after a click statement???can u pls explain how to use it..
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
Re: script running fast because of the time taken to load
Wed Aug 03, 2011 3:30 pm
waitForPageToLoad(waitTime),you need to set the waitTime as long as possible.
waitForElementPresent(locator),for example,i click a button to open 'a' window,then i want to click 'b' button of a window,so i use 'waitForElementPresent(locator of b button)'.
waitForElementPresent(locator),for example,i click a button to open 'a' window,then i want to click 'b' button of a window,so i use 'waitForElementPresent(locator of b button)'.
- jithin
- Posts : 6
Join date : 2011-08-03
Re: script running fast because of the time taken to load
Wed Aug 03, 2011 4:32 pm
thanks a lot...:-)
- jithin
- Posts : 6
Join date : 2011-08-03
Re: script running fast because of the time taken to load
Wed Aug 03, 2011 5:04 pm
Any command to wait for the page to load full before continuing???
Permissions in this forum:
You cannot reply to topics in this forum