Search found 12 matches

by Ben Jones
Thu Oct 13, 2022 11:05 am
Forum: General Questions
Topic: Stop project explorer from focussing on the file when opening the tab
Replies: 0
Views: 537

Stop project explorer from focussing on the file when opening the tab

Hi, I was wondering if there's a way to stop Ranorex Studio from focussing on the file in file explorer after I open the tab in the main screen? So I have multiple recording modules open and each time I switch between them the Project Explorer window will focus on that recording module file. I then ...
by Ben Jones
Fri Jan 29, 2021 5:30 pm
Forum: General Questions
Topic: Ranorex.Adapter.Click exceptions
Replies: 1
Views: 1065

Ranorex.Adapter.Click exceptions

Hi, I'm using ranorex 9.3.3. I have been trying to find out what (if any) exceptions are thrown by Ranorex.Adapter.Click() I have checked here: https://www.ranorex.com/Documentation/Ranorex/html/M_Ranorex_Adapter_Click.htm but nothing is really explained. I have also tried using ILSpy but no informa...
by Ben Jones
Mon May 18, 2020 3:42 pm
Forum: General Questions
Topic: Ranorex Adapters and info about Ranorex.InputTag, Ranorex.SelectTag etc
Replies: 2
Views: 1092

Re: Ranorex Adapters and info about Ranorex.InputTag, Ranorex.SelectTag etc

Hi,

Thank you for the info :D I wasn't aware of this uservoice thing. Will be keeping an eye on it in the future. For the meantime I have of course up-voted the request
by Ben Jones
Mon May 18, 2020 2:03 pm
Forum: General Questions
Topic: Ranorex Adapters and info about Ranorex.InputTag, Ranorex.SelectTag etc
Replies: 2
Views: 1092

Ranorex Adapters and info about Ranorex.InputTag, Ranorex.SelectTag etc

Hi,

I would like to find out more about the Ranorex adapters and information on the different classes Ranorex.InputTag, Ranorex.SelectTag etc. Was wondering if someone here could point me in the right direction?
by Ben Jones
Tue Apr 14, 2020 2:23 pm
Forum: General Questions
Topic: Initialising RepoItem and RepoItemInfo variables from repository item for web element that does not exist
Replies: 7
Views: 2329

Re: Initialising RepoItem and RepoItemInfo variables from repository item for web element that does not exist

Hi, yup this helps a lot. I have implemented your suggestion: Button repoItem = null; // set to null to avoid build errors. Code should never call on this if it remains null as no element exists to interact with. if (repoItemInfo.Exists()) { repoItem = repo.GoogleGoogleChrome.Element; Report.Info("C...
by Ben Jones
Tue Apr 14, 2020 1:00 pm
Forum: General Questions
Topic: Initialising RepoItem and RepoItemInfo variables from repository item for web element that does not exist
Replies: 7
Views: 2329

Re: Initialising RepoItem and RepoItemInfo variables from repository item for web element that does not exist

I have created a simplified solution to highlight my issue. I have attached it as a zip file. The solution is called RanorexSnapshot though I now realize a snapshot is something different
by Ben Jones
Wed Apr 08, 2020 2:31 pm
Forum: General Questions
Topic: Initialising RepoItem and RepoItemInfo variables from repository item for web element that does not exist
Replies: 7
Views: 2329

Re: Initialising RepoItem and RepoItemInfo variables from repository item for web element that does not exist

Hi, In answer to your statements: At first, please post a Ranorex snapshot of the problematic element. Ideally post a complete (simplified) solution, which could be compiled and tested against Ranorex or any other web. Providing a snapshot like the one you mentioned will take some time, I will try t...
by Ben Jones
Wed Apr 08, 2020 12:37 pm
Forum: General Questions
Topic: Initialising RepoItem and RepoItemInfo variables from repository item for web element that does not exist
Replies: 7
Views: 2329

Initialising RepoItem and RepoItemInfo variables from repository item for web element that does not exist

Hi, I am running Ranorex version: 9.1.2+git.afa46adf and .NET Runtime version: 4.0.30319.42000 (upgrading to 9.2 is not an option at this moment in time). In summary I would like to use the Validate.NotExisits method on a RepoItemInfo object that relates to a web element that does not exist and is s...
by Ben Jones
Mon Oct 21, 2019 3:25 pm
Forum: General Questions
Topic: Error "Failed to load ranorex sequence file. Value cannot be null. parameter name: source" when executing on agent
Replies: 4
Views: 1646

Error "Failed to load ranorex sequence file. Value cannot be null. parameter name: source" when executing on agent

Hi, I am finding that when running a test suite on a virtual machine through use of an agent an the error: Failed to load ranorex sequence file. Value cannot be null. parameter name: source is thrown. See attachment: failed to load ranorex sequence file. The same test suite runs fine when running lo...