Assume we have the following web page source code
How can I address/refer only (!) to the next <p> element above an inner leement which is defined by class=bbb?
If one can refer to a simple string like "sampletext" then one could write successfully:
But what if I do not have identifying string like "sampletext" but only an element with unique class=bbb?
The following does not work:
How do I have to rewrite this statement?
Does your solution work with unique IDs as well?
Peter