Search found 34 matches

by kdreiling
Wed May 25, 2022 3:21 pm
Forum: Object Identification and Technologies
Topic: How to handle an .aspx page that may or may not get called.
Replies: 0
Views: 1459

How to handle an .aspx page that may or may not get called.

Greetings! I have exhausted all avenues of trying to find a solution with a piece of UserCode that I have written. I have also worked with a developer and also was not able to resolve this issue. The problem is as stated below: In the attached screen shot this .aspx page may or may not display upon ...
by kdreiling
Fri Apr 22, 2022 5:26 pm
Forum: Automation Tools
Topic: Recording 32bit applications with 64bit version of Ranorex
Replies: 2
Views: 1068

Re: Recording 32bit applications with 64bit version of Ranorex

Thank you, Jacob: When I navigate to the x64 folder I see multiple versions of "applications" Ranorex.AppLauncher.exe Ranorex.BitBridge64.exe Ranorex.RemoteHost64.exe Ranorex.UiaLauncher64.exe RanorexStudio.exe I've been using the last one for my web recordings, so I'm going on the assumption the sa...
by kdreiling
Wed Apr 20, 2022 1:53 pm
Forum: Automation Tools
Topic: Recording 32bit applications with 64bit version of Ranorex
Replies: 2
Views: 1068

Recording 32bit applications with 64bit version of Ranorex

Hello Ranorex Community! I have a question with regard to recording and executing our 32bit application on the 64 bit version of Ranorex. Currently, I have been doing all of my recording and executing with the 32 bit version of Ranorex Studio for our 32 bit WinForm app. I am also developing web base...
by kdreiling
Fri Apr 15, 2022 1:46 pm
Forum: Automation Tools
Topic: Ranorex Local Admin Rights Question
Replies: 2
Views: 1116

Re: Ranorex Local Admin Rights Question

Thank you, Jacob! I'll pass this along to our Security team and see if they can research the Group Policy solution. would assume that any automation tool would require the same admin privs to run effectively, so any company wanting to do automation should realize this is going to be a requirement. I...
by kdreiling
Thu Apr 14, 2022 9:04 pm
Forum: Automation Tools
Topic: Ranorex Local Admin Rights Question
Replies: 2
Views: 1116

Ranorex Local Admin Rights Question

Hello, I am trying to roll out Ranorex Studio to the rest of our QA team, and getting push back from Security on giving local admin rights on our VDI's. It is my understanding that Ranorex Studio Debugger will not work, nor will Ranorex Remote Agent launch successfully with out local admin rights. I...
by kdreiling
Wed Sep 15, 2021 2:33 pm
Forum: Automation Tools
Topic: Ranorex Studio Install does not install Pre-Req's
Replies: 2
Views: 922

Re: Ranorex Studio Install does not install Pre-Req's

Thank you so much for your reply. I apologize I didn't post the version 10.1.0 that we are on. So that suggests Ranorex pre-requisites.exe is broken. That helps just knowing I am not the only person to experience this issue. I'll pass this along to our team that do all the installations for their kn...
by kdreiling
Tue Sep 14, 2021 5:49 pm
Forum: Automation Tools
Topic: Ranorex Studio Install does not install Pre-Req's
Replies: 2
Views: 922

Ranorex Studio Install does not install Pre-Req's

Greetings! I am reaching out to this community to see if anyone can offer assistance. We have been using Ranorex since 2012 without issues, and now we are expanding the software to other desktops to use with floating licenses. The problem is when we install Ranorex, the supposed Pre-Requisites as de...
by kdreiling
Wed Jun 30, 2021 11:41 pm
Forum: Object Identification and Technologies
Topic: Ranorex Plugin will not persist on Chrome or EdgeChromium
Replies: 1
Views: 1385

Ranorex Plugin will not persist on Chrome or EdgeChromium

The Ranorex Plug in will not persist on Google Chrome and keeps falling off the browser. I consistently have to use the wizard to re-attach the plug in. EdgeChromium does retain the plug in, but when the browser is opened, a pop-up "Disable developer mode extensions displays". This causes automation...
by kdreiling
Tue Apr 20, 2021 1:42 pm
Forum: Automation API
Topic: How can I insert a step into a PopupWatcher
Replies: 2
Views: 1546

Re: How can I insert a step into a PopupWatcher

Thank you, Pavel: Unfortunately, I'm not a developer other than writing a bit of code here and there to set dates in the future or past, so that was the reason I reached out. I did try PauseWhileExists, and I could take the recorded steps and attempt to insert them (trial by error) into the method, ...
by kdreiling
Fri Apr 16, 2021 5:06 pm
Forum: Automation API
Topic: How can I insert a step into a PopupWatcher
Replies: 2
Views: 1546

How can I insert a step into a PopupWatcher

Hello! I would like to StartPopupWatcher but before the clickElement is clicked enter a phone number in a field on the popup. Populating this field with a phone number enables the button so it can be clicked and move on. { CheckArgumentNotNull(findElement, "findElement"); CheckArgumentNotNull(clickE...
by kdreiling
Fri Mar 26, 2021 5:44 pm
Forum: How To …
Topic: How do I handle hover over links on a web page
Replies: 4
Views: 1708

Re: How do I handle hover over links on a web page

I wanted to follow up and thank you for the Mouse.Move suggestion. This is all it took to resolve the issue. I hadn't used Mouse.Move in past recordings and this has become a go to action in my web recordings. Thank you.!1
by kdreiling
Fri Mar 26, 2021 5:41 pm
Forum: Object Identification and Technologies
Topic: EdgeChromium will not open in web runtime
Replies: 1
Views: 1527

Re: EdgeChromium will not open in web runtime

As a follow-up to the user community. I ended up uninstalling EdgeChromium and reinstalling it and this resolved the issue. Ranorex is now working with EdgeChromium with our web apps.
by kdreiling
Mon Feb 15, 2021 7:58 pm
Forum: Object Identification and Technologies
Topic: EdgeChromium will not open in web runtime
Replies: 1
Views: 1527

EdgeChromium will not open in web runtime

Hello, I've tried to track a similar situation in this forum to help resolve the following issue. If anyone has had this issue and has some insight I would love to hear it. Since IE is going way, we want to run our test suites on MS Edge Chromium. Our tech support downloaded MS Edge Version 88.0.705...
by kdreiling
Fri Jan 29, 2021 5:25 pm
Forum: How To …
Topic: How do I handle hover over links on a web page
Replies: 4
Views: 1708

Re: How do I handle hover over links on a web page

Please allow me to try and give a better explanation. So the problem is when the pointer navigates from EAP Services to Legal, it is invading the Resources hover over and ties to click on the wrong resource, which, in this case, is Legal Forms. When I recorded I intentionally moved the mouse to get ...
by kdreiling
Thu Jan 28, 2021 3:20 pm
Forum: How To …
Topic: How do I handle hover over links on a web page
Replies: 4
Views: 1708

How do I handle hover over links on a web page

Greetings! I'd appreciate any recommendations for the following issues that I am experiencing on a recording, as stated below: I have a top NAV bar that displays across the top of the page snd each section has a drop down with multiple links associated. On hover over a list of available resources di...