Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add recorder support for Python client v3 #1147

Merged
merged 2 commits into from Oct 23, 2023

Conversation

eglitise
Copy link
Collaborator

This adds recorder support for Appium Python client v3 and closes #1145.

  • Change capabilities parsing to options style
  • Remove unsupported methods (launch_app, close_app, reset)

@eglitise eglitise added the enhancement New feature or request label Oct 22, 2023
Copy link
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.

thank you!

@KazuCocoa
Copy link
Member

I think we can remove launch/closeApp/reset command themselves in the entire inspector. Let me create a pr

@eglitise eglitise merged commit 3e9d648 into appium:main Oct 23, 2023
5 checks passed
@eglitise eglitise deleted the update-python-codegen branch October 23, 2023 06:25
shiva-guntoju pushed a commit to shiva-guntoju/appium-inspector that referenced this pull request Feb 2, 2024
* feat: add recorder support for Python client v3

* chore: fix linting issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: use Options for Python template
2 participants