Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-04-09 16:49:35 +07:00
parent 2b48431ccb
commit e457640930

View File

@@ -128,6 +128,15 @@ class ChromeBrowserException(Exception): ...
def fmap(future, map_fun): ... def fmap(future, map_fun): ...
def fchain(future, next_callback): ... def fchain(future, next_callback): ...
def save_test_file(
test_name: str,
content,
prefix: str,
extension: str = ...,
logger=...,
document_type: str = ...,
date_format: str = ...
) -> None: ...
class ChromeBrowser: class ChromeBrowser:
remote_debugging_port: int remote_debugging_port: int