Engines utils - Navigation functions

- Adding doc strings and type annotations stuff.
- Making error messages more detailed.
- Renaming the `construct_websocket_url` function for more clarity.
This commit is contained in:
Karim shoair
2024-11-03 22:46:40 +02:00
parent b8afb390ae
commit 2ff0fbb0e5
3 changed files with 28 additions and 11 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ from .custom import (
from .navigation import (
js_bypass_path,
intercept_route,
construct_websocket_url,
construct_cdp_url,
)