We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cee70d commit f70d139Copy full SHA for f70d139
1 file changed
Desktop.Tests/e2e/README.md
@@ -26,10 +26,11 @@ Modern Software Engineering
26
27
# Decisions
28
29
-- **Usage of _accessibility ids_**.
+- **Usage of _[accessibility ids](https://www.waldo.com/blog/appium-accessibility-id)_**.
30
- Pros:
31
- More robustness, since its purpose is exactly serve as an automation reference and is not subject to change
32
as the value, internal name or class may change for other reasons.
33
+ - Also, pretty much the reasons mentioned [here](https://www.browserstack.com/guide/locators-in-appium).
34
- Cons:
35
- The production code is polluted just for testing reasons.
36
- It cannot be used in dynamically generated elements (e.g. elements in a list). This forces to use another
0 commit comments