Search found 13 matches

by scrushmaster
Thu Oct 28, 2021 9:45 pm
Forum: General Questions
Topic: Edge shows as "Form" not "Dom"
Replies: 2
Views: 986

Edge shows as "Form" not "Dom"

I recently decided to run some "edge" tests... I only see the browser as "Form" instead of "Dom" when using spy from my local computer. I have Ranorex updated to the latest, Edge Chromium updated to the latest, Uninstalled and reinstalled the extension using the Ranorex instrumentation wizard, signi...
by scrushmaster
Wed Feb 26, 2020 1:58 am
Forum: General Questions
Topic: Anyone ever used Ranorex for Test-Automation?
Replies: 2
Views: 1111

Re: Anyone ever used Ranorex for Test-Automation?

I like Ranorex as I run QA solo and Selenium is too cumbersome. Selenium is for a larger team with more dev experience on the QA end, it can be better than Ranorex but will take more time to develop and maintain for that extra 20%. Most Selenium projects get outside the framework and become a mess f...
by scrushmaster
Fri Mar 16, 2018 7:57 pm
Forum: General Questions
Topic: How to setup VM to run recorded script
Replies: 4
Views: 1964

Re: How to setup VM to run recorded script

My personal opinion is:
The only way to go is Jenkins, tried pretty much everything else, Jenkins can custom fit pretty much any needs with plugins and open source. Anything can be accomplished with it for automation.
by scrushmaster
Fri Mar 16, 2018 6:31 pm
Forum: General Questions
Topic: How do I turn off Ranorex Exception Logs
Replies: 3
Views: 1644

How do I turn off Ranorex Exception Logs

I have a bunch of Ranorex scripts running on windows 10 via Jenkins command line. How do I stop Ranorex from adding to the text logs under "\documents\ranorex\logs" any time an exception happens? It gets clogged up after a while.
by scrushmaster
Tue Oct 10, 2017 8:31 pm
Forum: Bug Reports
Topic: Ranorex.Host.Local.OpenBrowser throws Win32Exception
Replies: 12
Views: 4446

Re: Ranorex.Host.Local.OpenBrowser throws Win32Exception

I used to get this alot for a variety of reasons (mainly chrome staying open, bugging out staying open, etc...). The way I solve it is: 1. Before openbrowser(), close all dom object that are chrome, i run a loop to ensure they are closed sometimes they don't close the first try. Something like this ...
by scrushmaster
Thu Sep 28, 2017 12:17 am
Forum: General Questions
Topic: User Code Collections in other Projects
Replies: 2
Views: 2190

Re: User Code Collections in other Projects

Tom, Thanks for solving this for me. I was also passing it via a .dll to other projects and it was inaccessible until i added the static stuff. What I do to get the issue: Create a common .dll file with the usercode.cs file Create a new project link the dll to it Try and use the user code within cod...
by scrushmaster
Wed May 03, 2017 12:44 am
Forum: Bug Reports
Topic: After installing Ranorex 7 on fresh Windows 8 (with latest u
Replies: 13
Views: 2073

Re: After installing Ranorex 7 on fresh Windows 8 (with latest u

Yeah i never read the "readme", i hit this wall.... I would changed how its packaged or something since it lends itself to user mistakes.
by scrushmaster
Tue Dec 27, 2016 7:30 pm
Forum: Bug Reports
Topic: Keysequences cause windows 10 to lose context menu rarely
Replies: 7
Views: 1930

Re: Keysequences cause windows 10 to lose context menu rarely

UNSOLVED

Came in after christmas and one of my windows 10 anniversary edition VM's has the missing "context menu" issue.

So upgrading did not work. This time it was a keysequence of [ENTER] when it started.
by scrushmaster
Fri Dec 23, 2016 8:31 pm
Forum: Bug Reports
Topic: Keysequences cause windows 10 to lose context menu rarely
Replies: 7
Views: 1930

Re: Keysequences cause windows 10 to lose context menu rarely

I have not seen the issue since the updates after running continuous testing for a week now. So seems like the keypress/lose context menus issue is caused by a previous Windows 10 version.

SOLVED.
by scrushmaster
Thu Dec 15, 2016 11:19 pm
Forum: Bug Reports
Topic: Keysequences cause windows 10 to lose context menu rarely
Replies: 7
Views: 1930

Re: Keysequences cause windows 10 to lose context menu rarely

Thanks for the reply, I probably should have hit the VM's with the update. I will let you know if it occurs again after I update it. I will get back to this thread if I see it on Win10 Anniversary Update (Version 1607).
by scrushmaster
Fri Dec 09, 2016 6:20 pm
Forum: Bug Reports
Topic: Keysequences cause windows 10 to lose context menu rarely
Replies: 7
Views: 1930

Re: Keysequences cause windows 10 to lose context menu rarely

Operating System: Version 10 (Build 10240). Browser: All my tests are using IE11(not edge). Background: I run your popup blocker method and look for some elements in parallel to close them while running the scripts. Replication (not easy): Its a "Key Sequence". In the last case I caught it was just ...
by scrushmaster
Thu Dec 08, 2016 3:13 am
Forum: Bug Reports
Topic: Keysequences cause windows 10 to lose context menu rarely
Replies: 7
Views: 1930

Keysequences cause windows 10 to lose context menu rarely

So for a few months now I have been running a bunch of Ranorex unit tests through Jenkins like 200 a couple of times a day. I have identified an issue in the Win10 VM's that is caused by "Key Sequences" being used. No its not the up or down getting stuck, i'm not very green on Ranorex. Its very stra...