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
findAll allows you to find a list of matching elements on a page. It returns a promise that resolves with a new Widget List with the same root as the widget that invoked findAll. The itemSelector of the new Widget.List will be the selector argument passed.
submitSelector no longer takes a node input. If you would like to use a submit selector other than [type="submit"] then you can override the submitSelector method
Widget.Form
readAll now calls getValue on each field as opposed to read