Hi
This is a daft question and may not be possible. Does anybody know if you can apply an and/or condition to a table element selector?
So at the moment I have a selector that looks like:
table.normal tr:contains('Event Cover Starts:') td:nth-of-type(2)
to get the value in the field after that one, e.g. the start time
But for some people 'Event Cover Starts:' is something completely different, for example 'Start Time:' so I was trying to do where tr contains 'Event Cover Starts:' or 'Start Time:'
Many thanks.