I simply wants to get the iframe src url. But I cannot get that using selectors.
You'd usually need to look at the source (Chrome inspector) to figure out the url. Try:
Type: Element Attribute
Selector: div.videoDisplay > video
Attribute: src
I simply wants to get the iframe src url. But I cannot get that using selectors.
You'd usually need to look at the source (Chrome inspector) to figure out the url. Try:
Type: Element Attribute
Selector: div.videoDisplay > video
Attribute: src