I think this is my last issue in order to complete Assignment 2 of Level 3 of the Academy. After successfully uploading the yearly report and extracting the confirmation, I am having an issue with clicking the OK button. This is because 2 different windows popup- One window has a checkbox that says “Don’t let this page create more messages” and the other window does not. I am using an if element exists to say If window pops up without checkbox, Then click ok, Else if window with checkbox pops up, click ok.
This element exists activity works when there is no checkbox, but does not work when there is a checkbox, like this:
Below are the selectors I have for element exists, Then , and Else. Does anyone know how I can get my workflow to click OK button for BOTH windows? Thanks
Thanks for the suggestions. I tried both of these options and they both work when the window WITHOUT the checkbox appears but they both fail when the window WITH the checkbox appears. Do you know how this can be fixed?
I made it like this.
You should select the text inside the pop-up first. It’s not important which pop-up(checkbox and without checkbox) will you choose for first.
Then you have to take 2 different get text for if(true and false like checkboxed or not).
Click ok buttons have different selectors. You should indicate 2 different “ok” button(checkboxed and the other).
And finally if you got an error something about selectors just use repair for validation. It will be okey. I hope you can fix it.
Hi @ercanebiler thanks for you response. I tried this and it still does not work for the message with checkbox. Is there any way you can show me your selectors for your element exists, get text, and click activities for the activities WITH checkbox? Thanks again for your help