massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / selenium / selenium / webdriver / common / actions / interaction.pyi
1 from typing import Any
2
3 KEY: str
4 POINTER: str
5 NONE: str
6 SOURCE_TYPES: Any
7 POINTER_MOUSE: str
8 POINTER_TOUCH: str
9 POINTER_PEN: str
10 POINTER_KINDS: Any
11
12 class Interaction:
13     PAUSE: str
14     source: Any
15     def __init__(self, source) -> None: ...
16
17 class Pause(Interaction):
18     source: Any
19     duration: Any
20     def __init__(self, source, duration: int = ...) -> None: ...
21     def encode(self): ...