Jay1737
(Jayakumar R)
March 2, 2020, 10:12am
1
Here , How to check Element visible or not.
I’ll tried Element exists activity and identified element from web page.
Our Scenario, Element always available from web page and mostly element hided from visibility.
while works with Element exists,It should found an Non visible element also with in a webpage.
How to sort out the issue and proceed further.
Try Get attribute. You have lot of HTML tags to be checked there.Try relative visibility,aastate etc
1 Like
Srini84
(Srinivas Kadamati)
March 2, 2020, 10:20am
3
@Jay1737
You can use get attribute activity and check the state like visible, active etc.,
Hope this helps
Thanks
1 Like
Typically, there is a style attribute display
which is set to block
when visible or none
when not. Check if this is available and add it to your selector attributes.