Click event doesn't work on button sometimes

clicking on the export button should open the pop up. however sometimes it doesn’t work.

image

The pop up should be like this, but it fails.

The sequence for reference.

@Srini84 … If you are their please help. thanks

@spmbot

For this, You can use Element Exist activity

After your click activity Place element exist and scrape the Email Element

You can use a Do while loop and in condition give as Element exist variable <> true
Inside while loop place the Click activity
Check as below

Here until the Email box appears it will click the export, Once it is appeared then it will stop looping

Hope this helps you

Thanks

@spmbot if this doesn’t work, try to change the click method