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 250a509 commit 3e0162aCopy full SHA for 3e0162a
java/test/org/openqa/selenium/bidi/input/DefaultKeyboardTest.java
@@ -229,6 +229,9 @@ public void testSelectionSelectBySymbol() throws InterruptedException {
229
230
@Test
231
@Ignore(IE)
232
+ @NotYetImplemented(
233
+ value = EDGE,
234
+ reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321")
235
public void testSelectionSelectByWord() {
236
assumeFalse(getEffectivePlatform(driver).is(Platform.MAC), "MacOS has alternative keyboard");
237
0 commit comments