diff --git a/bellatrix.web/src/main/java/solutions/bellatrix/web/components/WebComponent.java b/bellatrix.web/src/main/java/solutions/bellatrix/web/components/WebComponent.java index ceee3c8f..6c8634c0 100644 --- a/bellatrix.web/src/main/java/solutions/bellatrix/web/components/WebComponent.java +++ b/bellatrix.web/src/main/java/solutions/bellatrix/web/components/WebComponent.java @@ -816,7 +816,7 @@ protected protected List createAll(Class componentClass, TFindStrategy findStrategy) { CREATING_ELEMENTS.broadcast(new ComponentActionEventArgs(this)); - findElement(); +// findElement(); List componentList = new ArrayList<>(); diff --git a/bellatrix.web/src/main/java/solutions/bellatrix/web/components/shadowdom/ShadowDomService.java b/bellatrix.web/src/main/java/solutions/bellatrix/web/components/shadowdom/ShadowDomService.java index ebee3405..1b6f8973 100644 --- a/bellatrix.web/src/main/java/solutions/bellatrix/web/components/shadowdom/ShadowDomService.java +++ b/bellatrix.web/src/main/java/solutions/bellatrix/web/components/shadowdom/ShadowDomService.java @@ -126,7 +126,7 @@ private static String[] getCss(Callable callable, String locator) { } if (foundElements == null || foundElements.length == 0) { - throw new IllegalArgumentException(); + // continue } }, Duration.ofSeconds(ConfigurationService.get(WebSettings.class).getTimeoutSettings().getElementWaitTimeout()), Duration.ofSeconds(1), false)) { try {