Search found 20 matches

by Nono
Mon May 22, 2017 2:41 pm
Forum: Object Identification and Technologies
Topic: cannot identify object in user code
Replies: 3
Views: 2116

Re: cannot identify object in user code

that solved my issue. I didn't know this could have such an affect. thank you!
by Nono
Mon May 22, 2017 12:37 pm
Forum: Object Identification and Technologies
Topic: cannot identify object in user code
Replies: 3
Views: 2116

cannot identify object in user code

Hi, I am trying to perform a certain validation on a specific object (please see snapshot included in this Dropbox link below). The object is valid and is recognized when trying to highlight it, but when the user code runs- it cannot be identified. why is that? this is the function in question: if(r...
by Nono
Sun May 21, 2017 4:34 pm
Forum: Object Identification and Technologies
Topic: checkbox validation
Replies: 2
Views: 2497

Re: checkbox validation

that solved my problem - thank you!
by Nono
Thu May 18, 2017 4:05 pm
Forum: Object Identification and Technologies
Topic: checkbox validation
Replies: 2
Views: 2497

checkbox validation

Hi, So I know it's a rather simple issue but all the answers I've looked up online did not help, so.. How can I verify that the object in question (a checkbox within a web page) is checked or not? see snapshot included. Nothing helps :\ please note-once created the function, the repository object lo...
by Nono
Tue Apr 18, 2017 4:08 pm
Forum: Object Identification and Technologies
Topic: mouse clicks and new work methods
Replies: 1
Views: 1629

mouse clicks and new work methods

Hi guys, So there is a new protocol in the company I work in that from now on nobody can use a desktop.We have laptops and servers we can remotely work on, using the laptops... As I work in a video company, many of our tests combine usage of video cards, therefore I cannot only use my laptop but mus...
by Nono
Tue Nov 29, 2016 5:41 pm
Forum: Object Identification and Technologies
Topic: WEIRD issue
Replies: 3
Views: 1668

Re: WEIRD issue

Try changing the XPath from a /button to a /buttontag type. I don't know if that will help in this case, but sometimes it does. Also, you might check the repo element's properties (F4) and make sure that the element's type is set to buttontag. This has been an issue for a while with buttontag eleme...
by Nono
Tue Nov 29, 2016 5:08 pm
Forum: Object Identification and Technologies
Topic: WEIRD issue
Replies: 3
Views: 1668

WEIRD issue

Hi guys, So the weirdest thing...this button (see snapshot attached),that looks like a button and behaves like a button, causes my test to fail every single time due to this weird error: "Item 'Ranorex8_0Repository.Observer80.AddBannerButton' is no Button. The element does not support the required c...
by Nono
Wed Sep 28, 2016 11:48 am
Forum: Object Identification and Technologies
Topic: React and Ranorex
Replies: 3
Views: 2460

Re: React and Ranorex

Hi, Thank you for your quick reply :) Basically I get tons of objects in a webpage that are all react objects. They vary only in the unique ID of the react tab, based in the middle of the xpath. I don't think that the dynamic ID blog post we are all familiar with will help in this particular scenari...
by Nono
Tue Sep 27, 2016 2:35 pm
Forum: Object Identification and Technologies
Topic: React and Ranorex
Replies: 3
Views: 2460

React and Ranorex

Hi,

Is it just me or does React objects not applicable to use and test with Ranorex?
React objects are not being identified very well :(
by Nono
Tue Jul 05, 2016 4:10 pm
Forum: Object Identification and Technologies
Topic: Another dynamic (sorta) identification
Replies: 1
Views: 1713

Another dynamic (sorta) identification

Hi guys, So I have this object that keeps changing within its xpath - a specific div within the path keeps getting one of two values each time I try to identify it. See the snapshot included. (either 3 or 4 as the div index) How can this issue be solved? link to the snapshot: https://www.dropbox.com...
by Nono
Mon Jun 27, 2016 6:59 pm
Forum: Object Identification and Technologies
Topic: A dynamic object (xpath, not id)
Replies: 3
Views: 2631

Re: A dynamic object (xpath, not id)

The snapshots are too big to be uploaded here...:(
Thanks anyways,I'll try asking Ranorex support
by Nono
Mon Jun 27, 2016 5:28 pm
Forum: Object Identification and Technologies
Topic: A dynamic object (xpath, not id)
Replies: 3
Views: 2631

A dynamic object (xpath, not id)

Hi, So I have this web element (a check box) that I repeatedly click on during a test. It has a dynamic path that keeps changing every time I refresh the page, and that blog post about dynamic ID's is not helpful in this case. It looks like this: /dom[@domain=$ObserverDomain]//div[#'c21071']/?/?/tag...
by Nono
Mon Jun 27, 2016 5:23 pm
Forum: Object Identification and Technologies
Topic: Non-dynamic objcet keeps changing
Replies: 3
Views: 1776

Re: Non-dynamic objcet keeps changing

Thanks so much! It worked great after changing the default recording settings.
by Nono
Sun Jun 26, 2016 4:25 pm
Forum: Object Identification and Technologies
Topic: Non-dynamic objcet keeps changing
Replies: 3
Views: 1776

Non-dynamic objcet keeps changing

Hi, I have a bit of a weird issue. There's an object I try to detect and use in my tests. It's an web element (a button).Every time I try to run my test I need to update its action spot as it keeps changing! every single time. The object itself remains the same, it only looks like its coordinates ar...
by Nono
Tue Nov 04, 2014 2:38 pm
Forum: Object Identification and Technologies
Topic: Win32 object is not being recognized
Replies: 1
Views: 1744

Win32 object is not being recognized

Hi, I've been running a win32 test case that stimulates a few actions on my SUT. This test case is running for a long time now, no changes have occurred in the system since the test was written. I've upgraded the Ranorex version to 5.2 last week. Ran the test that day, everything was OK. All of a su...