Search found 10 matches

by bellew.mike
Thu Oct 27, 2016 12:17 pm
Forum: Bug Reports
Topic: [@innertext!=''] behaves differently in IE11 and Chrome
Replies: 3
Views: 1707

Re: [@innertext!=''] behaves differently in IE11 and Chrome

At first, Ranorex 5.4.5 is too old and no longer supported. Please try the same with latest 6.1.1. At second, please post a Ranorex snapshot (not screenshot) of both DOMs. Thanks. I have now attached the snapshots from this version. I dont have the time to time to install the latest, try on that, t...
by bellew.mike
Thu Oct 27, 2016 12:00 pm
Forum: Bug Reports
Topic: [@innertext!=''] behaves differently in IE11 and Chrome
Replies: 3
Views: 1707

[@innertext!=''] behaves differently in IE11 and Chrome

Ranorex Version: 5.4.5.19886 Site: http://www.ranorex.com Steps: Open ranorex spy Open ranorex.com in both IE11 and Chrome Enter search path of /dom[@domain='www.ranorex.com']//*[@id~'language-nav']//*[@innertext!=''] Press enter Result: In Chrome: Only the 4 elements I was expecting to see are iden...
by bellew.mike
Wed Aug 19, 2015 12:27 pm
Forum: Bug Reports
Topic: Input values not up updating dynamicly
Replies: 5
Views: 3074

Re: Input values not up updating dynamicly

If you run the example html page and test code I provided you can see the issue for yourself with no iframes involved.

Regards,
Mike
by bellew.mike
Wed Jul 29, 2015 4:04 pm
Forum: Bug Reports
Topic: Input values not up updating dynamicly
Replies: 5
Views: 3074

Re: Input values not up updating dynamicly

The iframes are in the path, another nice try. If I add a 1 second wait as the page loads before we look for the element the first time the test passes.

Regards,
Mike
by bellew.mike
Wed Jul 29, 2015 9:19 am
Forum: Bug Reports
Topic: Input values not up updating dynamicly
Replies: 5
Views: 3074

Re: Input values not up updating dynamicly

Our app has multiple iframes and as you said, does run scripts after the page has fully loaded. However my issue is not that it returns an odd value the first time I check it. That I understand. The issue is that it never updates when I continue to check it over the next 45 seconds? Cheers for the r...
by bellew.mike
Tue Jul 28, 2015 4:16 pm
Forum: Bug Reports
Topic: Input values not up updating dynamicly
Replies: 5
Views: 3074

Input values not up updating dynamicly

Hi Ranorex, I am having some issues with the InputTag.Value property when the value is updated dynamically (via javascript) I have knocked up an example of this using this html page and test code: <!DOCTYPE html> <html> <body> <input id="textbox" type="text" /> <script> window.setTimeout(enterText, ...
by bellew.mike
Fri Apr 17, 2015 2:40 pm
Forum: Object Identification and Technologies
Topic: Undescriptive error when doing ExecuteScript in IE11
Replies: 1
Views: 2017

Undescriptive error when doing ExecuteScript in IE11

Ranorex Version: 5.3.0.22324 IE: 11 Hi, I have just spend 2 days trying to solve this issue. So thought I would share the knowledge here and hopefully Ranorex will implement a better error message for this situation. (Or just make it work and not throw an exception) Command attempted: (Any js comman...
by bellew.mike
Mon Mar 16, 2015 2:28 pm
Forum: Automation API
Topic: GetAttributeValue varies behavior across the browsers
Replies: 3
Views: 3525

GetAttributeValue varies behavior across the browsers

Hi, Firstly let me just state that we do not use the ranorex repo. I mainly just create WebElements as needed and use them from C# code. Also I am using Ranorex 5.3.0.22324 I have 2 questions to ask really: 1. I have noticed the getAttributeValue<T>(string) function on Adapter (and things that inher...
by bellew.mike
Fri Jan 16, 2015 4:05 pm
Forum: Automation API
Topic: HTML 5 tags do not inherit from WebElement?
Replies: 4
Views: 2329

Re: HTML 5 tags do not inherit from WebElement?

Thank you for your reply. Unfortunatly, as im sure you hear a lot, we are not using the default ranorex repository and have our own inplementaion, so that fix will not work for us. However, your reply gave me an idea; Change the function to accept an Element then do "element.As<WebElement>();". This...
by bellew.mike
Wed Jan 14, 2015 1:58 pm
Forum: Automation API
Topic: HTML 5 tags do not inherit from WebElement?
Replies: 4
Views: 2329

HTML 5 tags do not inherit from WebElement?

(Ranorex Version: 5.1.2.19431) Hi, I have noticed that the new 'html5' tags do not inherit from a WebElement, like all the older tags do, they inherit directly from Adapter. (e.g. SectionTag, NavTag, CanvasTag, ...) I only ask as I have created a few generic functions the take a WebElement as a para...