We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba615a commit 0bd85d4Copy full SHA for 0bd85d4
README.md
@@ -10,7 +10,7 @@ It is a test framework for Android applications that:
10
<li>Provides view-based <i>device independent</i> UI interaction</li>
11
<li>Uses 'logical' screen comparison (UI Automator Hierarchy based) over image comparison (Avoiding extraneous
12
detail issues, such as time or data changes)</li>
13
- <li>Supports running on multiple devices</li>
+ <li>Supports running concurrently on multiple devices</li>
14
<li>Provides simple control for high level operations like language change and activity start</li>
15
<li>Supports all Android APIs</li>
16
<li>Is written in python (python 3.6+ support in 20.x.y+)</li>
0 commit comments