11 years ago
Wait for drop-down item to populate in a web app
Hello,
I'm testing a web application.
When I choose a value in a drop-down box, the application will populate the other drop-down boxes on the page.
When I run the script it fails because the value it needs to click does not yet exists in the drop down box.
I tried to add a WaitProperty instruction, but I can't find a way to specify it.
I believe that I've been able to set a wait on the drop-down itself, but the drop-down already exists on the screen, it's just empty. I need to wait until the CONTENTS of the drop-down appears.
Any hints appreciated.
Thanks !
I'm testing a web application.
When I choose a value in a drop-down box, the application will populate the other drop-down boxes on the page.
When I run the script it fails because the value it needs to click does not yet exists in the drop down box.
I tried to add a WaitProperty instruction, but I can't find a way to specify it.
I believe that I've been able to set a wait on the drop-down itself, but the drop-down already exists on the screen, it's just empty. I need to wait until the CONTENTS of the drop-down appears.
Any hints appreciated.
Thanks !