Hi,
I'm using Ranorex 3.2 to test Flex applications. I found this issue as title.
Snapshot has been attached. Please check.
Thanks.
alex wrote:...There is no child under column...
Support Team wrote:Hi,
you can perform a click action on the row with relative coordinates on the header.
Regards,
Tobias
Ranorex Support Team
/dom[@domain]/body/flexobject/container/container/container/element/element/container/element/container/container/container/element/container/container/element/container/table/column[@text='Name']/dom[@domain]/body/flexobject//table/column[@text='Name']Support Team wrote:Hi,
To get the header, create a repository item for your header. You can do this by tracking the header with the spy and drag&drop the column from the spy to the repository in Ranorex Studio.
You can also use the Add New Item - Add Item action in Ranorex Studio repository. Your path to the name column should be something like that
- Code: Select all
/dom[@domain]/body/flexobject/container/container/container/element/element/container/element/container/container/container/element/container/container/element/container/table/column[@text='Name']
or abbreviate it to
- Code: Select all
/dom[@domain]/body/flexobject//table/column[@text='Name']
To create your own actions (click on the item) in the recorder without recording, have a look at the blog about manually generated recordings.
Regards,
Martin
Ranorex Support Team
Users browsing this forum: No registered users and 0 guests