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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For example:
<select id="p-lang"> <option value="">Make a selection...</option> <option value="go">Go</option> <option value="html">HTML</option> <option value="css">CSS</option> <option selected="selected" value="php">PHP</option> <option value="js">JavaScript</option> </select>
How can I get the value "php" or the test "PHP" from the select tag? Thanks.
select
The text was updated successfully, but these errors were encountered:
selectedValue, err := page.EvalOnSelector("#p-lang", "e => e.value")
that should work.
Sorry, something went wrong.
Yes, that work great. Thanks.
No branches or pull requests
For example:
How can I get the value "php" or the test "PHP" from the
select
tag?Thanks.
The text was updated successfully, but these errors were encountered: