Closed tristanlabelle closed 1 year ago
@jeffdav I believe those test for different things. findElement should find anything that exists in the UI tree, displayed probably checks some visible flag or display: none in html. We'll see if this works for @stevenbrix 's scenario.
findElement
displayed
visible
display: none
@jeffdav resetting your review now that this is in better shape :)
@jeffdav yeah findElement still works when the element is in the tree but not visible on screen. excited to try this out @tristanlabelle !
@jeffdav I believe those test for different things.
findElement
should find anything that exists in the UI tree,displayed
probably checks somevisible
flag ordisplay: none
in html. We'll see if this works for @stevenbrix 's scenario.