Fixing stubtest issues (#5339)

* Fix stubtest issues
This commit is contained in:
hatal175
2021-05-05 17:23:43 +03:00
committed by GitHub
parent 8379386bd4
commit 461791db27
16 changed files with 96 additions and 97 deletions

View File

@@ -38,7 +38,7 @@ class BackgroundBrowser(GenericBrowser):
def open(self, url: Text, new: int = ..., autoraise: bool = ...) -> bool: ...
class UnixBrowser(BaseBrowser):
raise_opts: List[str]
raise_opts: Optional[List[str]]
background: bool
redirect_stdout: bool
remote_args: List[str]
@@ -70,7 +70,6 @@ class Chrome(UnixBrowser):
background: bool
class Opera(UnixBrowser):
raise_opts: List[str]
remote_args: List[str]
remote_action: str
remote_action_newwin: str