Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Montage API to access components and wait for draws #229

Open
aadsm opened this issue Mar 27, 2012 · 2 comments
Open

Montage API to access components and wait for draws #229

aadsm opened this issue Mar 27, 2012 · 2 comments
Milestone

Comments

@aadsm
Copy link
Collaborator

aadsm commented Mar 27, 2012

No description provided.

@irinamok
Copy link
Contributor

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.

Wait for draws will have to wait. Sorry!

@aadsm
Copy link
Collaborator Author

aadsm commented Mar 27, 2012

Oh, that would do, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants