We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the html setup:
<input list="datalistId"> <datalist id="datalistId"> <option data-webid="1">Some option</option> <option data-webid="2">Some other option</option> <option data-webid="3">Another option</option> </datalist>
When I try
await click(textBox({"list": "datalistId"}); await click($("[data-webid=1"]));
Taiko can't find the datalist option. I've also tried press("ArrowDown") after clicking the textbox but this also doesn't seem to be working.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the html setup:
When I try
Taiko can't find the datalist option. I've also tried press("ArrowDown") after clicking the textbox but this also doesn't seem to be working.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: