Skip to content

Commit eb83c13

Browse files
committed
Update the docs
1 parent a8c0181 commit eb83c13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/cdp_mode/ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ sb.cdp.get_rd_port() # Returns the remote-debugging port
390390
sb.cdp.get_rd_url() # Returns the remote-debugging URL
391391
sb.cdp.get_endpoint_url() # Same as sb.cdp.get_rd_url()
392392
sb.cdp.get_port() # Same as sb.cdp.get_rd_port()
393+
sb.cdp.get_websocket_url() # Returns the websocket URL
393394
sb.cdp.add_handler(event, handler)
394395
sb.cdp.find_element(selector, best_match=False, timeout=None)
395396
sb.cdp.find(selector, best_match=False, timeout=None)

help_docs/cdp_mode_methods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ sb.cdp.get_rd_port() # Returns the remote-debugging port
1717
sb.cdp.get_rd_url() # Returns the remote-debugging URL
1818
sb.cdp.get_endpoint_url() # Same as sb.cdp.get_rd_url()
1919
sb.cdp.get_port() # Same as sb.cdp.get_rd_port()
20+
sb.cdp.get_websocket_url() # Returns the websocket URL
2021
sb.cdp.add_handler(event, handler)
2122
sb.cdp.find_element(selector, best_match=False, timeout=None)
2223
sb.cdp.find(selector, best_match=False, timeout=None)

0 commit comments

Comments
 (0)