Hello All,
I am trying to find a way to save a specific part of the HTML source to the log, for example I have a drop down box and I would like to save all drop down values to the log. I have had some success with assertHtmlSource, but that gets the entire HTML source when I’m only really interested in specific sections.
The structure of the element in question is:
First string I want to write to log Second string I want to write to log Third string I want to write to logAny help would be greatly appreciated!
Thanks,
sad_muso