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 3315707 commit 36a9140Copy full SHA for 36a9140
src/main/java/in/virit/mopo/ComboBoxPw.java
@@ -87,5 +87,14 @@ public Locator openDropDown() {
87
root.locator("#toggleButton").click();
88
return selectionDropdown();
89
}
90
+
91
+ /**
92
+ * Returns the selected value for the ComboBox
93
+ *
94
+ * @return the selected value
95
+ */
96
+ public String getSelection() {
97
+ return root.locator("input").inputValue();
98
+ }
99
100
0 commit comments