Wait for another object element.

jeetendra

New Member
Hi,

While working with web based application and I want to wait till no button of pop is displayed.

Here pop up is an an different object.

Is it possible,if yes please let me known.
 

sreejith

Member
Hi @jeetendra ,

You can detach the IE and attach the pop up and use a dynamic wait stage to check for the pop up button. If required you can attach back to IE once pop up operation is done.
 
Top