PulsarRPA
PulsarRPA copied to clipboard
SelectHyperlinks serial methods do not support all <a> tag selection
The following queries are failed:
document.selectHyperlinks('[href=/dp/]') ele.selectHyperlinks('[href=/dp/]')
the following queiries are supported by chrome devtools, bug not sure they are standard or not, they are also failed:
document.selectHyperlinks('[href*=/dp/]') ele.selectHyperlinks('[href*=/dp/]')