Unplanned
Last Updated: 20 Dec 2016 20:45 by Stoil
Stoil
Created on: 17 Dec 2016 08:53
Type: Feature Request
2
Step to selecting an option in HTMLSelect should wait for options to be populated in DOM and not fail immediately
A lot of the time you see failures where a step to select from a dropdown fails immediately because it couldn't find the option it's supposed to select: SelectDropDown(): DropDown was unable to find the item 'Misc Sundry' in the dropdown requested. DropDown had the following values only:;

This should work via a timeout instead
1 comment
Stoil
Posted on: 20 Dec 2016 20:45
Semi-randomly Select steps will throw exceptions like this: http://www.screencast.com/t/RRnsXtwtk
which is really not a great experience.