Hey everyone,
I'm trying to click the cells on this page's Flex table (the scrolling list located on the left). For some reason, it's not clicking. Ranorex can identify it properly though; I can say this because I'm using an "EnsureVisible" first and it's working just fine; It's just the "Click" that it doesn't work. Does anyone have any idea?
P.S.: I've also tried clicking the Parent and Child member: "Row" and "Container", but still no good.
Regards,
Mourasman
Trouble clicking on Flex "Cell"
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Trouble clicking on Flex "Cell"
Hi,
I tracked on element of the table with Ranorex Spy, added the cell element from Spy via drag&drop to my repository in Ranorex Studio.
Drag&Drop the element from the repository to the action table of my recorder and selected a mouse click action and it worked for me.
The path to the element i clicked on is
Regards,
Martin
Ranorex Support Team
I tracked on element of the table with Ranorex Spy, added the cell element from Spy via drag&drop to my repository in Ranorex Studio.
Drag&Drop the element from the repository to the action table of my recorder and selected a mouse click action and it worked for me.
The path to the element i clicked on is
Code: Select all
/dom[@domain='flexbox.mrinalwadhwa.com']/body/flexobject/container/container/container[@id='content']/container[@type='VBox']/container[@id='myDataGrid']/table/row[@index='3']/cell[@text='Animated DragTile']
Martin
Ranorex Support Team
You do not have the required permissions to view the files attached to this post.
Re: Trouble clicking on Flex "Cell"
I'm really sorry, I forgot a little, but most important, detail! I've tested this on IE and Chrome and it's only happening on Chrome! 
Mourasman

Mourasman
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Trouble clicking on Flex "Cell"
Hi,
I used the same recording for chrome - it works on my computer.
Was Chrome instrumented correctly?
Please Start the Instrumentation Wizard, instrument Google Chrome - follow the steps.
Next, Start Instrumentation Wizard again and instrument Adobe Flash/Flex. Follow the steps as well.
After the two steps, do the following steps for finishing instrumentation of Flash/Flex on Chrome.
Regards,
Martin
Ranorex Support Team
I used the same recording for chrome - it works on my computer.
Was Chrome instrumented correctly?
Please Start the Instrumentation Wizard, instrument Google Chrome - follow the steps.
Next, Start Instrumentation Wizard again and instrument Adobe Flash/Flex. Follow the steps as well.
After the two steps, do the following steps for finishing instrumentation of Flash/Flex on Chrome.
Regards,
Martin
Ranorex Support Team
Re: Trouble clicking on Flex "Cell"
I had already done the full instrumentation process, including the disable of the plugin. But I redid it again, just in case and still no good... I've tried clicking on it, using the method you said, I've tried by writing a custom method, but nothing seems to work...
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Trouble clicking on Flex "Cell"
Hi,
Please open the page in Chrome, create a snapshot and post the snapshot to this thread.
Thank you
Regards,
Martin
Ranorex Support Team
Please open the page in Chrome, create a snapshot and post the snapshot to this thread.
Thank you
Regards,
Martin
Ranorex Support Team
Re: Trouble clicking on Flex "Cell"
Hey there,
As requested, here goes...
Thank you very much,
Mourasman
As requested, here goes...
Thank you very much,
Mourasman
You do not have the required permissions to view the files attached to this post.
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Trouble clicking on Flex "Cell"
Hi,
Looks perfect. The path I wrote above is valid.
The steps described in this post will work.
The blog entry on manually creating recording will help you too.
Please try it once again.
Regards,
Martin
Ranorex Support Team
Looks perfect. The path I wrote above is valid.
Code: Select all
/dom[@domain='flexbox.mrinalwadhwa.com']/body/flexobject/container/container/container[@id='content']/container[@type='VBox']/container[@id='myDataGrid']/table/row[@index='3']/cell[@text='Animated DragTile']
The blog entry on manually creating recording will help you too.
Please try it once again.
Regards,
Martin
Ranorex Support Team