sharing wrote:Can eValid click on a hidden button?
Amazingly, you might think, but YES, eValid can do that.
Obviously if the button is hidden then you would not be able to make that recording "from life". You can't see it so you can't click it.
But if you really need to do this then you can use the
IndexFindElement to figure out where the button is, and they follow that with an
IndexElementClick to send a click event to it.
What you're doing here is peering "under the hood" and finding where the button is, and then artificially hitting with a click.
eValid Support