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 d90550b commit 9510730Copy full SHA for 9510730
playwright/src/main/java/com/microsoft/playwright/impl/SharedSelectors.java
@@ -30,7 +30,7 @@
30
31
public class SharedSelectors extends LoggingSupport implements Selectors {
32
protected final List<BrowserContextImpl> contextsForSelectors = new ArrayList<>();
33
- protected final List<JsonObject> selectorEngines = new ArrayList<>(); // FIXME: do we need this? is it ever read?
+ protected final List<JsonObject> selectorEngines = new ArrayList<>();
34
35
String testIdAttributeName = "data-testid";
36
0 commit comments