SimiNagrani28

Results 1 issues of SimiNagrani28

This is similar to what we are using: ``` WebDriverWait wait = new WebDriverWait(driver, Duration.ofSeconds(timeOutInSeconds)); wait.until(ExpectedConditions.elementToBeClickable(AppiumBy.accessibilityId(idValue))); element = driver.findElement(AppiumBy.accessibilityId(idValue)); element.click(); ``` This is working fine on Windows 11 but on...