Search found 32 matches

by BSullivan
Fri Apr 12, 2019 2:51 pm
Forum: Object Identification and Technologies
Topic: Adding Regex to whitelist
Replies: 3
Views: 1840

Adding Regex to whitelist

Is it possible to add a Regex to the Ranorex whitelist? Or maybe even add to it programatically or manually? Right now I use Regex in my GDI capture settings to account for capitalization of debug builds of our UAT. For example, I use this one: "^(?i:SalCli)$" It would be nice to not have to include...
by BSullivan
Thu Feb 21, 2019 4:36 pm
Forum: How To …
Topic: Selenium SessionID
Replies: 2
Views: 1359

Re: Selenium SessionID

Awesome.

Thank you!!!
by BSullivan
Fri Feb 15, 2019 3:56 pm
Forum: How To …
Topic: Selenium SessionID
Replies: 2
Views: 1359

Selenium SessionID

Is there currently any way to get the SessionID of a Webdriver endpoint that is currently running a test? I would like to capture this so that I can pass it along on a "curl" request to get some metadata from the hosted Selenium grid service that we use.

Any ideas?

Thanks in advance.
by BSullivan
Wed Aug 01, 2018 6:25 pm
Forum: How To …
Topic: Creating a randomized GUI test
Replies: 3
Views: 1701

Re: Creating a randomized GUI test

We use enums for the buttons and other controls. So we generate a random number between 0 and the length of the Enumerator list, and based on that Enumerator, we set the value of a Repository variable. This variable is used by all of the controls that could be selected by this in the same way, i.e. ...
by BSullivan
Wed Aug 01, 2018 3:59 pm
Forum: How To …
Topic: Creating a randomized GUI test
Replies: 3
Views: 1701

Re: Creating a randomized GUI test

We use Ranorex for something like this. We go about it by using multiple levels of switches, code methods to randomly select items from lists or combos, and random number generators. This specific test, we use more for "Just poking at stuff" because it is hard to build any meaningful validation step...
by BSullivan
Wed Feb 21, 2018 7:09 pm
Forum: Automation Tools
Topic: Floating Licenses
Replies: 2
Views: 1861

Re: Floating Licenses

Awesome. Thank you!!

I guess I overlooked that part. I must need more coffee.
by BSullivan
Tue Feb 20, 2018 9:45 pm
Forum: Automation Tools
Topic: Floating Licenses
Replies: 2
Views: 1861

Floating Licenses

Is there a way to prevent test executions from leasing Premium Floating Licenses? In our case, we have some of each type of floating license and only 1 Premium License per user, so if one test runs long, or gets hung up and a new one starts, it leases a premium license type and we have a user that c...
by BSullivan
Thu Nov 02, 2017 4:36 pm
Forum: Bug Reports
Topic: LineageGlueRule 'cef_win32_rule' caused FileNotFoundExceptio
Replies: 2
Views: 1769

Re: LineageGlueRule 'cef_win32_rule' caused FileNotFoundExceptio

Thanks!

I just sent the email to support.

I will update this post once we find a resolution to this issue.
by BSullivan
Wed Nov 01, 2017 2:20 pm
Forum: Bug Reports
Topic: LineageGlueRule 'cef_win32_rule' caused FileNotFoundExceptio
Replies: 2
Views: 1769

LineageGlueRule 'cef_win32_rule' caused FileNotFoundExceptio

While attempting to automate an embedded CEF browser, I am having some issues. The steps attempting to interact with the CEF elements fail and this appears in the progress window but not the report... ranorexerror.png I am starting my application with the argument "--remote-debugging-port=8081" as a...
by BSullivan
Fri Oct 27, 2017 8:06 pm
Forum: Object Identification and Technologies
Topic: GDI issue on Windows 10 VM
Replies: 7
Views: 3106

Re: GDI issue on Windows 10 VM

I had this issue a little while ago. It seemed like a windows update caused it, but I am not quite sure. I do know it happened just after the VM "automatically updated" to the Creators Update and it was flaky from that point on until I had the time to try and fix it. To fix it I did the following: 1...
by BSullivan
Wed Jun 28, 2017 3:58 pm
Forum: Automation Tools
Topic: Why do I not see all my user code methods in the Library?
Replies: 9
Views: 3931

Re: Why do I not see all my user code methods in the Library?

Hey,

I had similar issues when 7.0 dropped. Here is the info that I got then, it looks to still be pretty accurate now.

https://www.ranorex.com/forum/new-code- ... 10323.html
by BSullivan
Tue Jun 20, 2017 1:39 pm
Forum: Bug Reports
Topic: Raw Text not Capturing the text correctly
Replies: 4
Views: 2161

Re: Raw Text not Capturing the text correctly

Awesome. It did work properly in a previous version, but no longer having the older version installed I was unsure if it was a Ranorex bug or an issue with the new controls that we are implementing in the AUT. This issue can wait until the next release to see if the fix rolls out with it. Thanks aga...
by BSullivan
Mon Jun 19, 2017 6:28 pm
Forum: Bug Reports
Topic: Raw Text not Capturing the text correctly
Replies: 4
Views: 2161

Raw Text not Capturing the text correctly

I am going through my tests that are failing since upgrading to Ranorex 7 and I noticed a strange issue that I cannot nail down. Here is a snapshot of the offender: Rawtext_garbled.rxsnp I cannot figure out why the RawText is incorrect, I had a previous test that validated the presence of the text a...
by BSullivan
Tue Apr 18, 2017 9:33 pm
Forum: Bug Reports
Topic: List from combobox not appearing correctly
Replies: 8
Views: 2622

Re: List from combobox not appearing correctly

Sorry for the late reply. Getting the correct list of items is not the issue, selecting them from the listbox that populates when the combobox is clicked is. The list is correct in the background and my test is picking a random one to select properly, but the items that appear when the combobox is c...
by BSullivan
Wed Mar 29, 2017 1:35 pm
Forum: Bug Reports
Topic: List from combobox not appearing correctly
Replies: 8
Views: 2622

Re: List from combobox not appearing correctly

When an Item is selected from this combobox, the outcome of the dialog is correct. At this point I have tested that to death. The issue that I cannot get around is that when interacting with the combo in question, Ranorex cannot scroll to and click on an item that is contained in the background list...