Nikita
Nikita
The latest ui automator has selectors for searching for views by their ancestors. Whe certanly need it
DocLocScreenshotTestCase does not reuse the `Screenshot` interface. Instead it uses it's private implementation (this seems to be a very unexpected behavior, this approach may cause confusion, since redefining the basic...
We need to more wrappers to the `adb emu`: fake locations, fingerprint interaction, network speed etc
**Is your feature request related to a problem? Please describe.** Google increased video limit up to 30 minutes starting from android 14, but all older versions have the 3 minutes...
It would be cool to group interceptors by their functions so the user could do something like ```kotlin disableInterceptors(InterceptorsGroups.SyStemDialogSafety) ``` instead of ```kotlin dataBehaviorInterceptors.removeIf { it is SystemDialogSafetyProvider } deviceBehaviorInterceptors.removeIf...
Closes #630