File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,7 @@ sb.cdp.get_rd_port() # Returns the remote-debugging port
390390sb.cdp.get_rd_url() # Returns the remote-debugging URL
391391sb.cdp.get_endpoint_url() # Same as sb.cdp.get_rd_url()
392392sb.cdp.get_port() # Same as sb.cdp.get_rd_port()
393+ sb.cdp.get_websocket_url() # Returns the websocket URL
393394sb.cdp.add_handler(event, handler)
394395sb.cdp.find_element(selector, best_match = False , timeout = None )
395396sb.cdp.find(selector, best_match = False , timeout = None )
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ sb.cdp.get_rd_port() # Returns the remote-debugging port
1717sb.cdp.get_rd_url() # Returns the remote-debugging URL
1818sb.cdp.get_endpoint_url() # Same as sb.cdp.get_rd_url()
1919sb.cdp.get_port() # Same as sb.cdp.get_rd_port()
20+ sb.cdp.get_websocket_url() # Returns the websocket URL
2021sb.cdp.add_handler(event, handler)
2122sb.cdp.find_element(selector, best_match = False , timeout = None )
2223sb.cdp.find(selector, best_match = False , timeout = None )
You can’t perform that action at this time.
0 commit comments