PulsarRPA icon indicating copy to clipboard operation
PulsarRPA copied to clipboard

SelectHyperlinks serial methods do not support all <a> tag selection

Open platonai opened this issue 11 months ago • 1 comments

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/]')

platonai avatar Mar 19 '24 12:03 platonai