I use the class name to find the DomElement, how can I find the html code of that class using that DomElement or any other way?
DomElement htmlEl = currentPage.querySelector(".next");
Thank you.
I use the class name to find the DomElement, how can I find the html code of that class using that DomElement or any other way?
DomElement htmlEl = currentPage.querySelector(".next");
Thank you.