17 Jan 2023 04:07 PM
Hello,
We recorded a synthetic scenario that contain a click action to open a drop-down list and then clicking on an option of this list.
By replaying it with "Play back clickpath", I noticed that the drop-down list closes automatically unlike the real use of the application which does not close after clicking on it.
therefore, we cannot proceed to the next step because the locator is not found.
Do you have any idea why the drop-down list closes automatically without action on our part?
Regards,
Solved! Go to Solution.
19 Jan 2023 11:14 PM
have you tried using javascript which click on the drop down and than select the value ,
20 Jan 2023 01:33 PM
Indeed, with JavaScript the drop-down list no longer closes.
Thank you for your help !