Search found 9 matches

by CMeNot
Fri Aug 05, 2022 12:29 pm
Forum: How To …
Topic: Web Testing Issue
Replies: 6
Views: 3131

Re: Web Testing Issue

I have upgraded Ranorex to version 10.1 and I am still seeing this issue. If I add the startup option of --no-sandbox then it works. Any Ideas?
by CMeNot
Fri Jul 22, 2022 4:11 pm
Forum: Automation Tools
Topic: Wait for triggers before it should
Replies: 2
Views: 1048

Re: Wait for triggers before it should

I believe I figured out what happened. Some how "Turbo" mode got turned on for that module, which says the cached page is searched first, which was the issue I was seeing. I turned "Turbo" mode off and have not seen the issue since.
by CMeNot
Mon Jul 18, 2022 2:15 pm
Forum: Automation Tools
Topic: Wait for triggers before it should
Replies: 2
Views: 1048

Wait for triggers before it should

Hi All I am using Ranorex 10.1. The code that is failing is a wait for a sting on an object. I attached a picture to get a better understanding of what I am doing: 1) The current page displays the data on it that I need to search for, but that is not always the case. So we click on the "Filter" butt...
by CMeNot
Mon Apr 25, 2022 9:30 pm
Forum: Automation Tools
Topic: Click a Button if the innertext is not "BLAH"
Replies: 1
Views: 1285

Re: Click a Button if the innertext is not "BLAH"

Hi All In the end I created "user code" that I pass two strings in and the repository item of the button to click. In side the user code I put a single if that test if the two strings passed in are equal. If so I then click on the button needed. Thanks to the Help pages on creating "user code" withi...
by CMeNot
Mon Apr 25, 2022 3:49 pm
Forum: Automation Tools
Topic: Click a Button if the innertext is not "BLAH"
Replies: 1
Views: 1285

Click a Button if the innertext is not "BLAH"

Hi All I have a button in the web app I am testing that controls sort order "ascending/descending". The only difference in the XPath is the value of "title" it is either: /dom[@domain='sailpoint:8443'].//button[@id='cardListSortDirectionBtn' and @title='Descending']/i[1] /dom[@domain='sailpoint:8443...
by CMeNot
Thu Jun 10, 2021 6:45 pm
Forum: How To …
Topic: Random Key Sequence Issue
Replies: 2
Views: 1550

Re: Random Key Sequence Issue

Thanks for the info. I have requested 9.5.2 and hopefully I will get that soon. This is a web app and so I'll try adding the wait for the document to load.
by CMeNot
Thu Jun 10, 2021 4:23 pm
Forum: How To …
Topic: Web Testing Issue
Replies: 6
Views: 3131

Re: Web Testing Issue

I am seeing this same issue when starting Chrome. I have version 1.2.9 of the extensions installed and running Ranorex version 9.3.2. Has anyone found a fix for this. If I try and open another tab I get the same issue in every tab. I am starting the browser using: Host.Current.OpenBrowser(vURL, "chr...
by CMeNot
Thu Jun 03, 2021 8:23 pm
Forum: How To …
Topic: Random Key Sequence Issue
Replies: 2
Views: 1550

Random Key Sequence Issue

Hi All, We have many Ranorex test suites, I am running version 9.3.2+git.9da16f76. In multiple suites we use the action "Key sequence". What we saw was sometimes the value used did not display in the entry field. So we added 3 Invoke actions (EnsureVisible() then Focus() then PerformClick()) before ...
by CMeNot
Wed Feb 06, 2019 5:03 pm
Forum: How To …
Topic: Run multiple Run Configurations from command line
Replies: 1
Views: 1819

Run multiple Run Configurations from command line

I have created a suite using Ranorex 8.2.1 that has three run Configurations setup. when I call multiple run configuration on the command line only the last configuration appears to run. As an example given this command line: "D:\VendorID\VendorID.exe /rc:RC_EditVendorIdentity /rc:RC_CreateVendor /r...