Refactor locationparameters.class.ts
#129
Labels
maintenance
Maintenance tasks to keep code clean and up-to-date
Milestone
Short overview
Refactor
LocationParameters
to better reflect its purposeDetailed description
Currently
Screen#find
andScreen#waitFor
take optionalLocationParameters
.Since
LocationParameters
not only hold search location data, but also a possible confidence value to overrideScreen.config.confidence
, naming is not quite correct.Something like e.g.
OptionalSearchParameters
should be used in favour.The text was updated successfully, but these errors were encountered: