Page 1 of 1

How to make sure my element on the web page is highlighted

PostPosted: Wed May 09, 2018 1:05 pm
by PSeurat
Afternoon.

Need some help with my problem.

How can I find out if a particular element is highlighted on a web page?

Thanks

Re: How to make sure my element on the web page is highlight

PostPosted: Thu May 10, 2018 5:47 pm
by eValid
PSeurat wrote:Afternoon.

Need some help with my problem.

How can I find out if a particular element is highlighted on a web page?

Thanks


Thanks for asking PSeurat.

In the DOM the indicator of whether an element is highlighted is and actual element Property value.

Here is an example of how you can confirm the value of a known DOM element:

http://e-valid.com/Products/Documentati ... bject.html

Whether the element is highlighted can be determined by whether the visibility element says that it is highlighted.

Pages vary a lot, so you probably will want to look at the DOM contents when the page is in the state you want to determine the right property name and (for that page) the required DOM value.

We help that helps you out.

If you need further information, please contact us!


-- eValid Support