Synchronization points

Hi,

i have to put a synchronization points in web page.
my script have to wait until my web page refresh.

or my web page status bar should be completes.

Plz help for this.

Thx

Punitha

Questions by Punitha.R   answers by Punitha.R

Showing Answers 1 - 12 of 12 Answers

ManjuPillae

  • Mar 26th, 2008
 

We have 2 type of Synchronization.

We can use Sync or Synchronization point.

If we need to wait for all the objects in the page to be displayed then we can use the sync.

Browse().Page().sync

If we dont need to wait for all objects to display than we can use synchronization point, which will wait untill that perticular object appears.

say if u need perform an operation on Add button , and we should wait for 'Add' button in a page to be activated than we can go for Synchronization point. So it waits till that button appears. and move to next step in script.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions