We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03ccc9 commit b88024eCopy full SHA for b88024e
examples/cdp_mode/ReadMe.md
@@ -384,6 +384,7 @@ sb.cdp.get_document()
384
sb.cdp.get_flattened_document()
385
sb.cdp.get_element_attributes(selector)
386
sb.cdp.get_element_attribute(selector, attribute)
387
+sb.cdp.get_attribute(selector, attribute)
388
sb.cdp.get_element_html(selector)
389
sb.cdp.set_locale(locale)
390
sb.cdp.set_attributes(selector, attribute, value)
@@ -463,6 +464,7 @@ element.type(text)
463
464
element.get_position()
465
element.get_html()
466
element.get_js_attributes()
467
+element.get_attribute(attribute)
468
```
469
470
--------
0 commit comments