-
Notifications
You must be signed in to change notification settings - Fork 441
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
Automation framework? #526
Comments
We're using For devices we do things a little differently and have launch plain |
To clarify, FB engineers are writing iOS UI device tests using the XCUITest APIs directly? There's no secret sauce reverse engineered magic like WDA? Or even a wrapper framework that abstracts away XCUITest? |
There's no secret sauce magic. For many cases there are higher level abstractions on top of an underlying framework. For more information on those you might find this talk interesting. One of the advantages of this higher level framework is that it means that tests do not have to be re-written to change the underlying driver from XCUI/WDA to something like |
Thank you for all the info! |
Is there any information you can share on what UI automation framework Facebook is using with idb now that WebDriverAgent is archived?
facebookarchive/WebDriverAgent#1118
The text was updated successfully, but these errors were encountered: