We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1aa45 commit 40f6031Copy full SHA for 40f6031
src/test/java/w3schools/forms/SelectMultipleForm.java
@@ -38,7 +38,7 @@ public void switchToResultFrame() {
38
}
39
40
public void submit() {
41
- btnSubmit.clickAndWait();
+ btnSubmit.click();
42
43
44
public List<String> getValuesFromResult() {
0 commit comments