alttester / alttester/AltTester-Unity-SDK
Add overload to the FindObject command
Aperta
2.2.6
feature
triaged
- Lingua principale
- C#
- Stelle
- 121
- Fork
- 24
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## Description
Add an overload that takes a tuple like (By, value) as a locator so that we can save them in a test in the following way:
`private (By by, string value) startButtonLocator = (By.PATH, "//Content//Button_Primary"); `
## Additional info
It would be nice to save the locators in a POM and switch easily from `path` to `name` for example.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.