Disabled Input
Sometimes elements become enabled after some time they are rendered on the page. A test should be able to wait for an element to become enabled.
Scenario
- Record button click. Also record text input into an edit field.
- Make a test that enters text as soon as the edit field becomes enabled.
Playground