Search found 86 matches

by qa-auto
Tue Nov 22, 2022 8:59 pm
Forum: Automation Tools
Topic: droplists in Chrome
Replies: 1
Views: 614

droplists in Chrome

Hi, Does anyone have a working example of selecting droplists that fire 'onchange' events using Ranorex with Chrome? Any samples using the arrow up or down approach? Please also see https://www.ranorex.info/best-practice-for-droplists-in-chrome-t22875.html?sid=c20ae940a289a489278c2a599e5156d9 . Than...
by qa-auto
Mon Nov 21, 2022 11:16 pm
Forum: Automation Tools
Topic: best practice for droplists in chrome
Replies: 0
Views: 612

best practice for droplists in chrome

Hi Ranorexers, I'm having issues in Chrome with a droplist that fires an event. I've read many of the posts and tried several options such as using the {Up}{Up} approach where once the item in the list is found, you arrow up (or down) to get to the option. Here is the lastest version of my method: [...
by qa-auto
Mon Nov 14, 2022 11:38 pm
Forum: Automation Tools
Topic: Module - library name versus full path - displayed in studio
Replies: 0
Views: 573

Module - library name versus full path - displayed in studio

Hi Everyone, What would cause the full path to display for one module and not the other? Screenshot 2022-11-14 163602.png I recently did a checkout of my repos to a new dir, committed a newly named branch, and have been working out of it. Yet, this doesn't look quite right. Thanks for any help. Lori...
by qa-auto
Fri Oct 07, 2022 6:59 pm
Forum: Automation Tools
Topic: LineageGlueRule 'chrome_web_child_elements' caused RanorexException on Execute
Replies: 1
Views: 782

LineageGlueRule 'chrome_web_child_elements' caused RanorexException on Execute

Hello, Has anyone figured out how to adjust plugin settings to get rid of this exception? It occurs often in my tests, slowing the test down. chrome is listed in my white list: Screenshot 2022-09-13 154419.png Any tips on figuring out which tab it is looking for with "Tab id does not exist" ? Thank ...
by qa-auto
Thu Oct 06, 2022 7:30 pm
Forum: Automation Tools
Topic: Where to find validation errors
Replies: 1
Views: 668

Re: Where to find validation errors - NEED RANOREX SUPPORT

Would Ranorex Support please provide some guidance?
by qa-auto
Thu Sep 29, 2022 11:09 pm
Forum: Automation Tools
Topic: [UserCodeMethod] not displayed in UserCode library
Replies: 1
Views: 625

Re: [UserCodeMethod] not displayed in UserCode library

SOLVED: Parameter type Element is not allowed, changed it to RepoItemInfo and it is displayed. See last line in this thread https://www.ranorex.info/viewtopic.php?f=20&t=11806&p=71709&hilit=not+user+code+library#p71709 Doc https://www.ranorex.com/help/latest/ranorex-studio-fundamentals/actions/user-...
by qa-auto
Thu Sep 29, 2022 10:30 pm
Forum: Automation Tools
Topic: [UserCodeMethod] not displayed in UserCode library
Replies: 1
Views: 625

[UserCodeMethod] not displayed in UserCode library

Hi, I have an existing class where I am adding new user code methods. I have the correct tags in but to no avail - the method doesn't show up in the library in 10.2.4. .... [UserCodeCollection] public class TableUserCodeCollection { ..... [UserCodeMethod] public static void RemoveStoreRuleset(Elemen...
by qa-auto
Tue Sep 13, 2022 9:52 pm
Forum: Automation Tools
Topic: Where to find validation errors
Replies: 1
Views: 668

Where to find validation errors

UPDATE: I found the agent log on the remote agent. It shows the following: 2022-09-13 11:35:33.2467 Ranorex.Dex.Components.TestExecution.Steps.ProgressLogger Publishing test results 2022-09-13 11:35:33.2777 Ranorex.Dex.Components.TestExecution.Steps.ProgressLogger Publishing C:\Users\ranoadmin\AppDa...
by qa-auto
Tue Sep 13, 2022 9:38 pm
Forum: Automation Tools
Topic: "NFO|Ranorex.Core.Data.DataConnector|DataSource(XmlNode node) - called; lastknowncolumns node does not exist. "
Replies: 1
Views: 502

Re: "NFO|Ranorex.Core.Data.DataConnector|DataSource(XmlNode node) - called; lastknowncolumns node does not exist. "

Not having Ranorex driver on my Studio machine caused this. I installed it and the communication with the remote agent worked again.
by qa-auto
Mon Sep 12, 2022 11:02 pm
Forum: Automation Tools
Topic: "NFO|Ranorex.Core.Data.DataConnector|DataSource(XmlNode node) - called; lastknowncolumns node does not exist. "
Replies: 1
Views: 502

"NFO|Ranorex.Core.Data.DataConnector|DataSource(XmlNode node) - called; lastknowncolumns node does not exist. "

Hello, I just upgraded from 10.2.1 to 1.2.4. When I try to run a test suite through the remote tab in studio, the test doesn't start after the "publishing..." message is displayed. The Studio log is showing the following WARN that I have not seen before: 2022-09-12 16:28:37.632| INFO|Ranorex.Core.Da...
by qa-auto
Mon Feb 28, 2022 6:06 pm
Forum: Automation Tools
Topic: Element suddenly logged with "was found using Robust path"
Replies: 2
Views: 1439

Re: Element suddenly logged with "was found using Robust path"

Thanks for the details!

Lorinda

PS Thinking of you all in your part of the world. I hope you and loved ones are safe. Take care, Pavel.
by qa-auto
Thu Feb 24, 2022 10:40 pm
Forum: Automation Tools
Topic: Element suddenly logged with "was found using Robust path"
Replies: 2
Views: 1439

Element suddenly logged with "was found using Robust path"

Hi Ranorexers, What would cause an element to be suddenly found using Robust path? The log line is [User]: Item 'ErrMsg_InternalSystemError' was found using Robust path. The test passed for more than a year and now suddenly this element is found. To work past it, I've even updated the XPath twice an...
by qa-auto
Mon Aug 23, 2021 9:41 pm
Forum: Automation Tools
Topic: Cannot add agent with different ApiPort in remote
Replies: 2
Views: 1179

Re: Cannot add agent with different ApiPort in remote

About the port change, search config.toml on the forums and you'll see what I'm referencing. It's not in the documentation.

Thanks.

After more research and lost time, I just entered a support case.