Lee_M's avatar
Lee_M
Community Hero
3 years ago
Status:
New Idea

Find on-screen object

 

  1. I have a list of options that appear as boxes with the same div class
    I can use FindElement and I successfully get the first element

  2. These boxes have a filter option that will hide all but the filtered box - this is showing the same div class
    my FindElement function will now not work because the first element is hidden

 

 

Can FindElement, or a new function be adjusted/created that will FindElement if is it, currently visible (2)

My current scenario fails (1) once the filter has been applied

 

I can create some code be either way is it done if will perform 2 tests

  • get element
  • check visibility

 

maybe there could be a space for "on-screen find" or "find visible object"

 

For more information see ticket CASE #00486729

No CommentsBe the first to comment