Update work items confirmation Button - Selector issue

Hi - I just can get the “indicate on screen” to work to select the confirmation button

1 Like

@ColinCrabtree,

That particular click you need to pass in the attach window activity.

I will give you an alternative, Try passing the enter or escape hot keys instead for two times to close the alert. That will be an easy way comparitively

In the assignment material is simply said:

Is the course material once again misleading or incorrect?

That’s not a problem, we can proceed with the same or we can simply solve in our own way

Hi @HareeshMR - ok the first hotkey worked to close the confirmation message dialog. But the 2nd one in which I also send an “Enter” key does not close the other screen:

For that second screen, you need to use attach browser and within that, you have to use close tab. Then it will work.

Enter and escape can be used to close the alert message @ColinCrabtree

1 Like

Hi @HareeshMR

Now my Send Hotkey is not working again and I don’t know why:

@ColinCrabtree

just closed the window with the use of clipping region(F3)
image
otherwise, use IE Browser

Thanks

3 Likes

You don’t need to send a hot key here, directly close the tab using close tab activity @ColinCrabtree

I solved all my issues on this by swapping to IE and not using Chrome.

With IE the confirmation message actually comes up like it should with an OK button you can select properly. In Chrome the OK button in the displayed dialog is not selectable on its own and causes strange selector issues. Basically There seems to be some comparability issues using Chrome sometimes.

1 Like

I solved all my issues on this by swapping to IE and not using Chrome.

1 Like

@ColinCrabtree
Great to hear that you solved.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.