mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 19:17:16 +08:00
Fixing flake8 E251 errors
This commit is contained in:
@@ -38,7 +38,7 @@ class WebElement:
|
||||
def find_element_by_css_selector(self, css_selector: basestring) -> WebElement: ...
|
||||
def find_elements_by_css_selector(self, css_selector: basestring) -> List[WebElement]: ...
|
||||
|
||||
def send_keys(self, *value: *basestring) -> None: ...
|
||||
def send_keys(self, *value: basestring) -> None: ...
|
||||
def is_displayed(self) -> bool: ...
|
||||
@property
|
||||
def location_once_scrolled_into_view(self): ...
|
||||
|
||||
Reference in New Issue
Block a user