chromium-bidi icon indicating copy to clipboard operation
chromium-bidi copied to clipboard

Implement `browsingContext.locateNodes`

Open sadym-chromium opened this issue 1 year ago • 0 comments

Implement browsingContext.locateNodes. Locators:

  • [x] CSS https://github.com/GoogleChromeLabs/chromium-bidi/pull/1970
  • [x] xPath https://github.com/GoogleChromeLabs/chromium-bidi/pull/1986
  • [ ] Inner text
    • [ ] value
    • [ ] ignoreCase
    • [ ] matchType
    • [ ] maxDepth

Parameters:

  • [x] maxNodeCount
  • [ ] serializationOptions
    • [x] maxDomDepth
    • [x] maxObjectDepth
    • [ ] includeShadowTree
  • [x] startNodes

sadym-chromium avatar Mar 11 '24 13:03 sadym-chromium