Skip to content

Commit

Permalink
Update the CDP Mode docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Dec 11, 2024
1 parent a03ccc9 commit b88024e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cdp_mode/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ sb.cdp.get_document()
sb.cdp.get_flattened_document()
sb.cdp.get_element_attributes(selector)
sb.cdp.get_element_attribute(selector, attribute)
sb.cdp.get_attribute(selector, attribute)
sb.cdp.get_element_html(selector)
sb.cdp.set_locale(locale)
sb.cdp.set_attributes(selector, attribute, value)
Expand Down Expand Up @@ -463,6 +464,7 @@ element.type(text)
element.get_position()
element.get_html()
element.get_js_attributes()
element.get_attribute(attribute)
```

--------
Expand Down

0 comments on commit b88024e

Please sign in to comment.