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 039d704 commit 163314fCopy full SHA for 163314f
src/test/java/forms/ChromeDownloadsForm.java
@@ -10,7 +10,7 @@
10
11
public class ChromeDownloadsForm extends Form {
12
private static final String ADDRESS = "chrome://downloads/";
13
- public static final By NESTED_SHADOW_ROOT_LOCATOR = By.id("moreActionsMenu");
+ public static final By NESTED_SHADOW_ROOT_LOCATOR = By.cssSelector("cr-toolbar");
14
public static final By DIV_ELEMENTS_LOCATOR = By.cssSelector("div");
15
16
private final ILabel lblDownloadsToolbar = getFormLabel().findElementInShadowRoot(By.cssSelector("downloads-toolbar"), "Downloads toolbar", ILabel.class);
0 commit comments