Skip to content

Conversation

@jamesmcroft
Copy link
Member

Changes have been made to introduce partial name matching for element selection methods such as the ComboBox.SelectItem(name) method.

Their equivalent, for example ComboBox.SelectItemByPartialName(name) methods will allow tests to search for elements by a part of the detail within the name for better filtering capability.

The change also includes moving core properties from the platform specific element wrappers into the base element wrapper. And changes to introduce new By locator extras, and custom attributes for retrieving data from platform specific elements.

PR checklist

  • Sample tests have been added/updated and pass
  • Documentation has been added/updated for changes
  • Code styling has been met on new source file changes
  • Contains NO breaking changes

Other information

@jamesmcroft jamesmcroft requested a review from a team as a code owner April 28, 2022 17:24
@jamesmcroft jamesmcroft merged commit 8ed8c73 into main Apr 28, 2022
@jamesmcroft jamesmcroft deleted the feature/partial-matching branch April 28, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants