Skip to content

Commit

Permalink
Added type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed Nov 17, 2023
1 parent 053928d commit 1a74bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeleniumLibrary/keywords/browsermanagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def _make_new_browser(

@keyword
def create_webdriver(
self, driver_name: str, alias: Optional[str] = None, kwargs=None, **init_kwargs
self, driver_name: str, alias: Optional[str] = None, kwargs: Optional[dict] = None, **init_kwargs
) -> str:
"""Creates an instance of Selenium WebDriver.
Expand Down

0 comments on commit 1a74bf8

Please sign in to comment.