-
-
Notifications
You must be signed in to change notification settings - Fork 159
refactor: loading xcuitest related methods only for XCUITest case #631
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
refactor: loading xcuitest related methods only for XCUITest case #631
Conversation
Is this possible with latest server ? Single server session which can handle multiple driver instances ?? |
If we use instance |
@KazuCocoa will wait to hear from you on this |
Sorry for miss the comment. 😞 If we don't use the global driver, means we don't use |
Agree this is possible, but is this possible to with Single appium server session ? |
Sorry, I'm a bit confusing 🙇
I guess And
I commented means I'll try to implement a test case like https://github.com/appium/appium-xcuitest-driver/blob/master/test/functional/parallel/parallel-simulators-e2e-specs.js |
Eliminate global driver to enable multi-device automation within a single process #312