htmlelements
htmlelements copied to clipboard
The next version of HtmlElements
Hello, Where can I find an example of how to use this amazing liberty? Real test cases And does this liberty will be updated to the latest changes in Selenium...
**Step to reproduce:** ```java public interface Menu extends ExtendedWebElement { @FindBy("(.//li//a)[1]") HtmlElement link(); default void clickOption() { ((JavascriptExecutor) getDriver()).executeScript("arguments[0].click();", link()); //throw exception } } ``` ```java java.lang.IllegalArgumentException: Argument is of...
`Throwables.propagate(e);` to `throwIfUnchecked(e); throw new RuntimeException(e);` it is recommendation replace from java. Another changes is a simple.
Hello, Is it possible use with Appium ? If yes, do you have any example?) Best regards, Alexey
``` tableData().rows() .filter(row -> row.cell(1).getText().contains(product)) .convert(row -> row.cell(8).getText().trim()) .should(hasItem("Zuordnungen Serienausstattung")); ``` Кидает class cast exception так как методы фильтр и конверт выполняются в произвольной последовательности, хотя последовательность в данном случае...
Add locators xpath, css and id in @FindBy annotation. Remove spaces from regexp params in template
Подтянуть последнюю версию Selenium (необходимо обновление water'ов с Predicate на Function)