Skip to content

feat: add non-w3c but still need commands#701

Merged
KazuCocoa merged 12 commits intomasterfrom
adding-non-w3c-cmd
Mar 29, 2022
Merged

feat: add non-w3c but still need commands#701
KazuCocoa merged 12 commits intomasterfrom
adding-non-w3c-cmd

Conversation

@KazuCocoa
Copy link
Copy Markdown
Member

@KazuCocoa KazuCocoa commented Mar 25, 2022

@KazuCocoa KazuCocoa marked this pull request as ready for review March 25, 2022 08:43
@KazuCocoa
Copy link
Copy Markdown
Member Author

WebDriverWait is also in some test code. They passed.

@KazuCocoa
Copy link
Copy Markdown
Member Author

let me merge and publish it as a new version

@KazuCocoa KazuCocoa merged commit 09a0cd0 into master Mar 29, 2022
@KazuCocoa KazuCocoa deleted the adding-non-w3c-cmd branch March 29, 2022 05:48
:obj:`list` of :obj:`str`: The available input methods for an Android device
"""
return self.execute(Command.GET_AVAILABLE_IME_ENGINES, {})['value']
return self.execute(Command.GET_AVAILABLE_IME_ENGINES, {}).get('value', [])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather keep it as it was. A user might get an incorrect response if the value is missing instead of an error, which is worse

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same below

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay. this was just to fix lint in VSCode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

selenium 4.1 update

2 participants