Alexei Vinogradov

Results 5 comments of Alexei Vinogradov

which pointers? :) > Am 21.04.2015 um 18:22 schrieb Uriel Avalos [email protected]: > > Any timeline on this will be added to the 2.0 branch? > > Actually, I may...

@tir38 probably some problems with download of allure cli. You can run `./gradlew downlodAllure --info` to get detailed info on why it happened.

True story. Example: https://demoqa.com/automation-practice-form `driver.findElement(By.id("firstName")).getAttribute("validity")` (Selenium 3) doesn't work on validity property (null) which is an object. `document.getElementById("firstName").validity` outputs valid object

same here