-
Notifications
You must be signed in to change notification settings - Fork 206
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
add feature XCUITest #780
add feature XCUITest #780
Conversation
Are there any codes that need me to update? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just the apps lookup issue
pymobiledevice3/cli/developer.py
Outdated
@@ -271,6 +277,32 @@ def screenshot(service_provider: LockdownClient, out): | |||
out.write(Screenshot(dvt).get_screenshot()) | |||
|
|||
|
|||
def app_lookup(install_service: InstallationProxyService, bundle_id: str): | |||
# TODO: install_service.lookup is not working for RSD,use browse instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebase on master. i added a bundle_identifiers
keyword for that which also should be much faster
e4fc8a2
to
f4c7598
Compare
done @doronz88 |
554b775
to
dd4fe10
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rebase the commits to contain:
- process_control: add
extra_options
tolaunch()
- developer: add xcuitest support
if you're having trouble with git rebase
, i can do it myself, but then the commit author will change to me and I want you to have the credit on it :)
dd4fe10
to
db63b17
Compare
@codeskyblue I meant for the two commits to be separate. One for modifying the |
db63b17
to
fddf82a
Compare
fddf82a
to
051ed4f
Compare
merged! thanks for you contribution :) |
how to test this? I tried with : but not able to access http://DEVICE_IP:8100/status |
@krishtoautomate yes, it is not working for iOS17 now. |
Hello @codeskyblue , Are there any plans to make this work with iOS17? |
No plans |
No description provided.