Search found 12 matches

by Benwa
Tue Aug 21, 2018 1:28 pm
Forum: Bug Reports
Topic: Chrome Technology Limitation since last Windows update
Replies: 6
Views: 1942

Re: Chrome Technology Limitation since last Windows update

Alright, this morning I installed Ranorex 8.2.1 which must of just come out. After the upgrade, everything works again. I had a small problem with a reference, but removing it and adding it again fixed that issue. My automation is working again, Spy is identifying elements in Chrome and all is right...
by Benwa
Tue Aug 21, 2018 12:43 pm
Forum: Bug Reports
Topic: Chrome Technology Limitation since last Windows update
Replies: 6
Views: 1942

Re: Chrome Technology Limitation since last Windows update

Yup, the add-on is turned on. I have uninstalled and reinstalled it. Still nothing sadly.
by Benwa
Mon Aug 20, 2018 3:10 pm
Forum: Bug Reports
Topic: Chrome Technology Limitation since last Windows update
Replies: 6
Views: 1942

Re: Chrome Technology Limitation since last Windows update

Guesses are totally welcome :)

Sadly, no, re-instrumenting didn't yield any results.
by Benwa
Mon Aug 20, 2018 2:35 pm
Forum: Bug Reports
Topic: Chrome Technology Limitation since last Windows update
Replies: 6
Views: 1942

Chrome Technology Limitation since last Windows update

Windows updated for me last week. Since then, my automation no longer works in Chrome. I have Ranorex 8.2 on Windows 10. Chrome is Version 68.0.3440.106 Ranorex Automation Chrome Extension is version 1.1.3 Everything is updated to the latest version. Spy works fine in Firefox, but this project has t...
by Benwa
Thu Mar 19, 2015 6:39 pm
Forum: Ranorex Certification
Topic: General Information
Replies: 11
Views: 10912

Re: General Information

Sorry if this the wrong spot to ask. You can delete this post if it is. I have an newly created account on here, but I've been certified for a few months already with the email I provided for my account on this forum. Does it just take time for the Tag to show up? Or do you need to request it? I cou...
by Benwa
Wed Mar 18, 2015 7:16 pm
Forum: How To …
Topic: how to find row(s) containing a string (in RowCollection)?
Replies: 4
Views: 3178

Re: how to find row(s) containing a string (in RowCollection)?

Bah, sadly all the examples I would have to share are for XML. (I noticed yours was for CSV a bit too late!) I did run into this article if you haven't already: http://blogs.msdn.com/b/ericwhite/archive/2008/11/14/using-linq-to-query-excel-tables.aspx It's a bit old, so I'm not sure if it still work...
by Benwa
Wed Mar 18, 2015 4:32 pm
Forum: How To …
Topic: how to find row(s) containing a string (in RowCollection)?
Replies: 4
Views: 3178

Re: how to find row(s) containing a string (in RowCollection)?

LINQ is definitely a nice way to go about it. I have quite a few examples I could share with you once I get home later today (Currently at work.) but I'm just trying to remember if I've used it in RanoreX before or not. I know I used it in a few C# applications that I created and used LINQ to pull m...
by Benwa
Fri Mar 13, 2015 4:49 pm
Forum: General Questions
Topic: IE8 and Flex
Replies: 2
Views: 1493

Re: IE8 and Flex

Hi Robert,

Unfortunately, due to the sensitivity of the information contained in the logging files, I'm not allowed to share them. I guess I'll just have to keep going with my current solution.

Thank you for your time.

Cheers,
Ben
by Benwa
Thu Mar 12, 2015 7:43 pm
Forum: General Questions
Topic: The tips before starting huge project
Replies: 1
Views: 1403

Re: The tips before starting huge project

Hi there, I'm actually helping out a bank with their automation currently. They have over 5,000 manual test cases, but we are picking the best candidates for automation. I'll suggest making your xpaths as robust as you can. I know for me, it's been the #1 reason for my issues due to the application ...
by Benwa
Thu Mar 12, 2015 4:41 pm
Forum: General Questions
Topic: IE8 and Flex
Replies: 2
Views: 1493

IE8 and Flex

Hi everyone, I'm currently automating a Flash application that runs in IE8. I was wondering if any of you had tried instrumenting a Flash app in IE8 before and ran into issues where Flex doesn't always show up? I'm currently running into this issue where randomly Flex simply doesn't show and it brea...
by Benwa
Fri Mar 06, 2015 5:16 pm
Forum: Automation Tools
Topic: Misleading behavior of object activation while running test
Replies: 3
Views: 1942

Re: Misleading behavior of object activation while running test

Hi Ravi,

Have you tried running the View Spy on your object again to see if the XPath has changed?

Sounds like your SUT might have generated code which would be one reason why your object cannot be found anymore.

Hope this helps!

Cheers,
Ben
by Benwa
Thu Mar 05, 2015 8:07 pm
Forum: General Questions
Topic: Tooltip text basic
Replies: 3
Views: 1513

Re: Tooltip text basic

You can also get it while recording.

Check the 'Enable Hotkeys' option and you'll now see that you can press T to validate a tooltip element.
tooltip.png
Cheers,
Ben