Page 1 of 1

Validating elements with visible and or not visible text

PostPosted: Thu Mar 02, 2023 10:10 am
by SMorgan
Hi.

Does anyone know how I can place a validation in eValid if an element is not a visible text in a message and if it is visible click on it?

Thanks

Re: Validating elements with visible and or not visible text

PostPosted: Fri Mar 03, 2023 10:56 am
by eValid
SMorgan wrote:Hi.

Does anyone know how I can place a validation in eValid if an element is not a visible text in a message and if it is visible click on it?

Thanks


Thanks for asking SMorgan.

In the DOM, visibility is an attribute that can be checked form.

Here is the general approach to validating an object property:

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

In this case the script being described is supposed to WAIT until a particular property value obtains.

But that is the same as validating that it exists and has the required value.


-- eValid Support