Skip to content

Commit

Permalink
Update ChromeDownloadsForm.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska authored Oct 15, 2024
1 parent 039d704 commit 163314f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/forms/ChromeDownloadsForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class ChromeDownloadsForm extends Form {
private static final String ADDRESS = "chrome://downloads/";
public static final By NESTED_SHADOW_ROOT_LOCATOR = By.id("moreActionsMenu");
public static final By NESTED_SHADOW_ROOT_LOCATOR = By.cssSelector("cr-toolbar");
public static final By DIV_ELEMENTS_LOCATOR = By.cssSelector("div");

private final ILabel lblDownloadsToolbar = getFormLabel().findElementInShadowRoot(By.cssSelector("downloads-toolbar"), "Downloads toolbar", ILabel.class);
Expand Down

0 comments on commit 163314f

Please sign in to comment.