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
{{ message }}
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
Rather than “magic actions” that look like MyComponent.setXXX(val), expose MyComponent.XXX.sendKeys(val) (or a wrapper for clear + sendKeys, like MyComponent.XXX.type(val)).
The basic idea is to provide an architecture of systematic Component → Element → basic interaction or Component → higher-level action.
The text was updated successfully, but these errors were encountered:
Rather than “magic actions” that look like
MyComponent.setXXX(val)
, exposeMyComponent.XXX.sendKeys(val)
(or a wrapper forclear
+sendKeys
, likeMyComponent.XXX.type(val)
).The basic idea is to provide an architecture of systematic Component → Element → basic interaction or Component → higher-level action.
The text was updated successfully, but these errors were encountered: