refactor!: remove several previously deprecated APIs#909
Merged
mykola-mokhnach merged 3 commits intoappium:masterfrom Sep 5, 2023
Merged
refactor!: remove several previously deprecated APIs#909mykola-mokhnach merged 3 commits intoappium:masterfrom
mykola-mokhnach merged 3 commits intoappium:masterfrom
Conversation
jlipps
approved these changes
Sep 5, 2023
KazuCocoa
reviewed
Sep 10, 2023
| """ | ||
| warnings.warn( | ||
| 'The "available_ime_engines" API is deprecated and will be removed in future versions. ' | ||
| 'Use "mobile: shell" extension instead', |
Member
There was a problem hiding this comment.
Should we add mobile command for IME handling? Because mobile:shell is behind a security flag
Contributor
Author
There was a problem hiding this comment.
I did not see any people using these so far as these APIs are very specific.
Eventually they could be called anyway using adb shell extension
|
Why is set_value removed? How can I set a slider value now? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Removed obsolete all_sessions and session properties
BREAKING CHANGE: Removed the obsolete start_activity method
BREAKING CHANGE: Removed the obsolete end_test_coverage method
BREAKING CHANGE: Removed the following obsolete arguments from the driver constructor: desired_capabilities, browser_profile, proxy
BREAKING CHANGE: Removed obsolete set_value and set_text methods
BREAKING CHANGE: Removed the obsolete MobileBy class
BREAKING CHANGE: Removed obsolete application management methods: launch_app, close_app, reset
BREAKING CHANGE: Removed obsolete IME methods: available_ime_engines, is_ime_active, activate_ime_engine, deactivate_ime_engine, active_ime_engine