You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Привет! Пытаюсь
JCefBrowserFixture jcefFixture = remoteRobot.find(JCefBrowserFixture.class
, JCefBrowserFixture.getMacLocator(), Duration.ofSeconds(10));
String s = jcefFixture.getDom();
И что то никак не перенаправляет на браузер(
The text was updated successfully, but these errors were encountered:
При таком запросе @language("XPath") String xpathToFind = "//div[@Class='MenuIcon_menu_nHwqX']";
System.out.println(jcefFixture.findElement(xpathToFind, Duration.ofSeconds(50)));
В debug выводит findElements: by '//div[@Class='MenuIcon_menu_nHwqX']'
url=main:1 found 1
url=main:1 Uncaught TypeError: window.cefQuery_1383042106_27 is not a function
at url=main:1:8
Но в автотестах элемент не найден
Привет! Пытаюсь
JCefBrowserFixture jcefFixture = remoteRobot.find(JCefBrowserFixture.class
, JCefBrowserFixture.getMacLocator(), Duration.ofSeconds(10));
String s = jcefFixture.getDom();
И что то никак не перенаправляет на браузер(
The text was updated successfully, but these errors were encountered: