Search found 38 matches

by praneet
Mon Mar 27, 2023 5:38 pm
Forum: General Questions
Topic: How to initialize object single time even for next iteration.
Replies: 0
Views: 999

How to initialize object single time even for next iteration.

I created Excel Interop excel object initiation in User code's Init() method, but for 2nd iterations init() method calls and expecting new object.
Here I want to initiate Excel Objects single time for throughout n number of records execution in usercode.
by praneet
Tue Mar 07, 2023 1:04 pm
Forum: General Questions
Topic: Automate Windows Remote Desktop or VM
Replies: 1
Views: 825

Automate Windows Remote Desktop or VM

Hi, I am able to automate Remote Desktop login, but unable to find objects on logged in VM/Remote Desktop. My scenario is after login to Remote Desktop I need to copy some files from Specific file location. Tool is capturing VM/Remote desktop window but not able to find Windows elements like file op...
by praneet
Thu Dec 08, 2022 2:03 pm
Forum: General Questions
Topic: Invoke Select Stopped working on 10.2.3
Replies: 21
Views: 3186

Re: Invoke Select Stopped working on 10.2.3

Most of us facing issue with select() on Ranorex upgrade. I got reply from Ranorex support that they are working on that fix.
downgraded to 9.8 and working as expected.

You can post these issues to Support- https://www.ranorex.com/support-query/
by praneet
Tue Dec 06, 2022 3:35 pm
Forum: General Questions
Topic: Select() is not working after 10.3 Upgrade
Replies: 8
Views: 675

Re: Select() is not working after 10.3 Upgrade

Hi Don, I tried with mentioned code but same issue and I am still getting strange error (I used try, catch exception workaround to continue on fail). Bellow is error message from Log. Setting attribute 'TagValue' failed on element '{SelectTag:ownerTypeMenu}'. Failed to raise event 'change'. Action '...
by praneet
Tue Dec 06, 2022 10:46 am
Forum: General Questions
Topic: Select() is not working after 10.3 Upgrade
Replies: 8
Views: 675

Re: Select() is not working after 10.3 Upgrade

Hi Don,

Unfortunately our application dropdowns are not with textbox input box to enter text.
I am not sure what ranorex updated for dropdowns in their framework for 10.2.

Thanks,
Praneeth.
by praneet
Tue Dec 06, 2022 8:07 am
Forum: General Questions
Topic: Select() is not working after 10.3 Upgrade
Replies: 8
Views: 675

Re: Select() is not working after 10.3 Upgrade

Thank you for Providing the workarounds, We are using Windows Server 2019 VM So downgraded lowest supporting Ranorex 10.2. I tried all possible ways to handle dropdown items. 1) repo.SolutionsL.Owner.lst_OwnerTypeMenu.Click();Delay.Milliseconds(2000); repo.SolutionsL.Owner.lst_OwnerTypeMenu.TagValue...
by praneet
Wed Nov 23, 2022 4:06 pm
Forum: General Questions
Topic: Select() is not working after 10.3 Upgrade
Replies: 8
Views: 675

Re: Select() is not working after 10.3 Upgrade

Thanks for Reply and alternate solutions.

But i used UserCode to handle dropdown with select() in multiple sections.
So could you help me how to use 'ContinueOnFail' in usercode to handle.
Could you help me the latest version which supports select() without that issue.
by praneet
Wed Nov 23, 2022 10:34 am
Forum: General Questions
Topic: Select() is not working after 10.3 Upgrade
Replies: 8
Views: 675

Select() is not working after 10.3 Upgrade

We developed and executed our scripts on 9.3 with select() for dropdown without any issues but after 10.3.0 upgrade it's failing. I want to share our script snippet and error message. repo.SolutionsL.Tab.Suffix.Click(); OptionTag optione1 = repo.SolutionsL.Tab.Suffix.FindSingle<OptionTag>("option[@I...
by praneet
Thu Aug 12, 2021 2:55 pm
Forum: General Questions
Topic: Read outlook email using AutomationHelpers- EmailModule
Replies: 1
Views: 1002

Read outlook email using AutomationHelpers- EmailModule

Hello,

My requirement is to read email (From, body, subject) from outlook. Can we use Automation Helpers- Email Module
Please help alternative if EmailModule doesn't work for read SMTP emails?
by praneet
Wed May 05, 2021 11:35 am
Forum: General Questions
Topic: SetAttributevalue() is not working on chrome
Replies: 1
Views: 932

SetAttributevalue() is not working on chrome

On Ranorex 9.3.2 I am unable to enter text in text boxes through setAttributeValue specific to chrome browser. I checked on IE, it's worked perfectly but on Chrome Data is not entering and also not throwing any exception. I tried with click(), Performclick(), focus() before doing setAttribute but no...
by praneet
Wed Apr 29, 2020 5:27 pm
Forum: Object Identification and Technologies
Topic: WPF Desktop application Object Identification is slow
Replies: 1
Views: 1551

WPF Desktop application Object Identification is slow

Hi, I am working on a WPF desktop application.For tracking the element as well as for identifying the tracked element ranorex is taking more than a minute,due to which my single excel row is taking almost 5 mins to get executed which has hardly 5 columns in it. I have added my process to Whitelist a...
by praneet
Tue Mar 17, 2020 1:34 pm
Forum: General Questions
Topic: Could not be uniquely identifying object using id/name
Replies: 1
Views: 1403

Could not be uniquely identifying object using id/name

I have used id/name for objects identification, even though search object taking more than 2sec and showing yellow exclamatory mark showing 'One element found for current selection. The parent repository folder for this item could not be uniquely identified'. How to make object with unique identific...
by praneet
Tue Nov 05, 2019 10:58 am
Forum: General Questions
Topic: Object identification is very slow even using unique properties like id/Name
Replies: 1
Views: 1248

Object identification is very slow even using unique properties like id/Name

Ranorex Version- 9.1.0 Object identification is very slow for some elements even using Unique properties like ID, Name. This issue happen for my webpage, not for all elements, like out of 50 objects i am facing this elements identification slowness for 8 elements. Please find the attached image, We ...
by praneet
Fri Oct 25, 2019 4:07 am
Forum: General Questions
Topic: Invocation did not finish within the timeout of '00:00:10'.
Replies: 12
Views: 3067

Re: Invocation did not finish within the timeout of '00:00:10'.

Yes I have tried running my application and Ranorex "Run as administrator" mode.
by praneet
Fri Oct 11, 2019 11:45 am
Forum: General Questions
Topic: Invocation did not finish within the timeout of '00:00:10'.
Replies: 12
Views: 3067

Re: Invocation did not finish within the timeout of '00:00:10'.

Hi,

I am using 9.1 version until my client insists i cant upgrade to newer version.