driver.findElements(By.id("1234")).size() == 1 returns true
driver.findElement(By.id("1234"))).isDisplayed() returns false
When I paste selector I can clearly see it in html and in browser, it is not hidden.
Does anyone know solution with JS. Executor in combination with selenium?