Search found 5 matches

by minh.nguyen
Thu Oct 23, 2014 11:11 am
Forum: Object Identification and Technologies
Topic: How to click on install button
Replies: 3
Views: 1787

Re: How to click on install button

As I've told,

The attached file is snapshoot.
by minh.nguyen
Thu Oct 16, 2014 9:38 am
Forum: Object Identification and Technologies
Topic: How to click on install button
Replies: 3
Views: 1787

How to click on install button

Ranorex can detect this button but can't click on it. I don't know why, but locator of button is: "/form[@title='Setup - SomeApp']/?/?/button[@accessiblename='Install']" "http://screencast.com/t/dvPK9zKejAdv" This is image of button that i need to interact with. I tried to wait for element exist but...
by minh.nguyen
Mon Oct 06, 2014 2:54 pm
Forum: Object Identification and Technologies
Topic: How to interact with maximize item (in windows 7 & 8.1)
Replies: 5
Views: 1914

Re: How to interact with maximize item (in windows 7 & 8.1)

Sure, This is the locator when it appears in the left "/contextmenu[@class='#32768' and @instance='0']/?/?/menuitem[@accessiblename='Folder']" And when it appears in the right "/contextmenu[@class='#32768' and @instance='1']/?/?/menuitem[@accessiblename='Folder']" The difference is @instance='1' wit...
by minh.nguyen
Mon Oct 06, 2014 2:32 pm
Forum: Object Identification and Technologies
Topic: How to interact with maximize item (in windows 7 & 8.1)
Replies: 5
Views: 1914

Re: How to interact with maximize item (in windows 7 & 8.1)

Hi @krstcs, How about my second question? ----- FYI When Right Click on this folder and select for example: Send To (menu item), system will show a child-menu and this is another problem. 1. When child-menu shows in the right of main-menu, it has another locator. 2. When child-menu shows in the left...
by minh.nguyen
Mon Oct 06, 2014 4:24 am
Forum: Object Identification and Technologies
Topic: How to interact with maximize item (in windows 7 & 8.1)
Replies: 5
Views: 1914

How to interact with maximize item (in windows 7 & 8.1)

Hi guys, I've developed some test scripts and one of them need to be run on both windows 7 and windows 8. Steps is: 1. Open a folder 2. Maximize folder 3. Copy an item to that folder 4. Delete that item I've developed this test scripts on windows 8 so it work correctly. But when I bring my test scri...