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 Aug 11, 2021. It is now read-only.
Closer integration with montage implementation is targeted M11-M12 milestone.
Currently you can access montage components using agent.component("xpath") API. You can get/set component properties as well once you retrieve the component like so:
var toggleValueComponent = agent.component("/html/body/form/div[3]/input");
assertEqual(false, toggleValueComponent.getProperty("value"));
Recently Brandon added getObjectName and getModuleId to component API.
No description provided.
The text was updated successfully, but these errors were encountered: