Skip to content

refactor!: remove several previously deprecated APIs#909

Merged
mykola-mokhnach merged 3 commits intoappium:masterfrom
mykola-mokhnach:rm_obsolete
Sep 5, 2023
Merged

refactor!: remove several previously deprecated APIs#909
mykola-mokhnach merged 3 commits intoappium:masterfrom
mykola-mokhnach:rm_obsolete

Conversation

@mykola-mokhnach
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

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

Lgtm

@mykola-mokhnach mykola-mokhnach merged commit 264f202 into appium:master Sep 5, 2023
@mykola-mokhnach mykola-mokhnach deleted the rm_obsolete branch September 5, 2023 18:06
"""
warnings.warn(
'The "available_ime_engines" API is deprecated and will be removed in future versions. '
'Use "mobile: shell" extension instead',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we add mobile command for IME handling? Because mobile:shell is behind a security flag

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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

@easyteacher
Copy link
Copy Markdown

Why is set_value removed? How can I set a slider value now?

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.

4 participants