- 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 - 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"