Page 1 of 1

Is it possible to create automation ?

Posted: Wed Nov 09, 2022 2:42 pm
by MartinA60552084
Hi

Is it possible to search the web page for certain elements ? for example <a> with class="somthing" or order of elements like div.p contains certain string then click on buttons or links inside this page ?

Re: Is it possible to create automation ?

Posted: Thu Nov 10, 2022 9:09 am
by salvadordf
Hi,

Yes, it's possible to do that. Try the DOMVisitor demo.

Re: Is it possible to create automation ?

Posted: Sat Nov 12, 2022 10:40 pm
by MartinA60552084
Thanks @salvadordf