You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Registering a widget assumes that there there is a related Watir method for your desired element type. This works for standard element types, but fails custom element types - eg Angular.
The workaround was to create associated methods in Watir. I think the better solution is to be able to define required identifiers/locators (ie tag_name) for the widget.
The text was updated successfully, but these errors were encountered:
Registering a widget assumes that there there is a related Watir method for your desired element type. This works for standard element types, but fails custom element types - eg Angular.
This issue has come up at least 2 times:
The workaround was to create associated methods in Watir. I think the better solution is to be able to define required identifiers/locators (ie tag_name) for the widget.
The text was updated successfully, but these errors were encountered: