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.
have you tried using javascript which click on the drop down and than select the value ,
Indeed, with JavaScript the drop-down list no longer closes.
Thank you for your help !