Search found 19 matches

by Juan
Wed Oct 19, 2016 12:50 pm
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Re: Different information between browsers

I confirm that it works with the new version. Thanks!
by Juan
Wed Oct 19, 2016 11:32 am
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Re: Different information between browsers

I didn't test it. I believe in you :), but I will try myself
by Juan
Wed Oct 19, 2016 11:24 am
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Re: Different information between browsers

We are currently using Ranorex 5.4.6. I suppose we have to migrate to 6.1 version. I hope with this new version this problem is no longer happening. Thanks!
by Juan
Wed Oct 19, 2016 11:11 am
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Re: Different information between browsers

Text without style HTML <label class="nvc-edit-label" style="font-style: normal; font-weight: normal; text-decoration: none;">TextEdit No Wrap</label> CSS { text-decoration: none; font-style: normal; font-weight: normal; } Text with style HTML <label class="nvc-edit-label" style="font-style: italic...
by Juan
Wed Oct 19, 2016 9:21 am
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Re: Different information between browsers

The CSS styles are different but they return always same 'Without any Style' values
styles.png
by Juan
Tue Oct 18, 2016 2:22 pm
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Re: Different information between browsers

Yes, but the main problem is that with IE it doesn't matter what's the text style. It's always returning the same values for every different styles so I can only handle different styles with Chrome and Firefox but not with IE
by Juan
Mon Oct 17, 2016 10:04 am
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Re: Different information between browsers

No I found another problem... These are my styles: style.png And using GetStyle() this is what I obtain in my Report in internet explorer: 'TextEdit No Wrap' text-decoration: none (expected underline) font-style: normal (expected italic) font-weight: 400 (expected bold) background-color: #fff (expec...
by Juan
Thu Oct 13, 2016 2:55 pm
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Re: Different information between browsers

Thanks! I solved it with elementName.getstyle("text-decoration"); :D
by Juan
Fri Oct 07, 2016 11:40 am
Forum: How To …
Topic: Different information between browsers
Replies: 16
Views: 4199

Different information between browsers

Hi all. I coded one test in C# to be executed in chrome, firefox and internet explorer. In my test for a couple of methods, I use Dynamic attributes to operate with them. In chrome and firefox the information is the same but in internet explorer no and I cannot identify styles as in firefox and chro...
by Juan
Tue Sep 06, 2016 3:07 pm
Forum: How To …
Topic: Dynamic attributes
Replies: 2
Views: 2891

Dynamic attributes

Hi all. Is there anyway to obtain attributes from Dynamic? I know I can find items by dynamic attributes, but in C#, once I have the control, I want my method to return the name value from dynamic, how can I access that attribute? I can for example return the class by control.As<WebElement>().class ...
by Juan
Thu Aug 25, 2016 10:49 am
Forum: General Questions
Topic: Ranorex Clicks top left window
Replies: 7
Views: 1948

Re: Ranorex Clicks top left window

I work via API ranorex, Is there any object or something that I can use to disable the cache?
by Juan
Thu Aug 18, 2016 11:52 am
Forum: General Questions
Topic: Ranorex Clicks top left window
Replies: 7
Views: 1948

Re: Ranorex Clicks top left window

I have to disable the cache by code. How?
by Juan
Wed Aug 17, 2016 11:39 am
Forum: General Questions
Topic: Ranorex Clicks top left window
Replies: 7
Views: 1948

Re: Ranorex Clicks top left window

I tried with RepoItem.UseCache = false; but is not recognized by my code
by Juan
Fri Aug 12, 2016 2:05 pm
Forum: General Questions
Topic: Ranorex Clicks top left window
Replies: 7
Views: 1948

Ranorex Clicks top left window

Hi all. I saw in the forum this problem but I can't solve it anyway. In C#, when I try to click the same item again, the mouse move to the top left corner. This is the example of my code: private void ElementClick(Editor edit) { IList<SpanTag> spinners = edit.Parent.FindDescendants<SpanTag>(); forea...
by Juan
Wed Aug 10, 2016 1:31 pm
Forum: How To …
Topic: How to work with the clipboard properly
Replies: 9
Views: 3628

Re: How to work with the clipboard properly

The problem is that we use Kendo to format the number so I don't know which could be the symbol because is an special conversion. Is not specified anywhere in ranorex. The only option is getting the value when i'm focused within the cell