rickypc / selenium-page-object-generator

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
https://chrome.google.com/webstore/detail/epgmnmcjdhapiojbohkkemlfkegmbebb
GNU Affero General Public License v3.0
122 stars 66 forks source link

Utilizing aria label #28

Open delfindevassy opened 6 years ago

delfindevassy commented 6 years ago

We use aria label as an automation hook in every element so that minor changes in id/x-ptah/css of an element will not break our test cases. Ho wto get priority to aria-label while generating the page?