Search found 9 matches

by liortal
Thu Sep 27, 2012 3:39 pm
Forum: General Questions
Topic: Fail to release license when AppDomain unloads (Ranorex 3.3)
Replies: 1
Views: 1716

Fail to release license when AppDomain unloads (Ranorex 3.3)

Hello, We have purchased floating runtime licenses and we're experiencing issues with releasing them properly. Our application is built such that each user runs some UI automation actions for a period of time, each action in its own AppDomain. After running Ranorex based actions, the AppDomain canno...
by liortal
Sun Jul 10, 2011 12:05 pm
Forum: Object Identification and Technologies
Topic: Tree changes, changes not reflected in code
Replies: 5
Views: 2770

Re: Tree changes, changes not reflected in code

Attaching the tree root snapshot. Scenario i am working on: 1. Tree root is added to repository. 2. Adding new nodes to the tree. 3. After nodes added -> need to locate nodes, click them, and create subnodes for these. 4. Process repeats as long as necessary. Step #3 is problematic -- the new elemen...
by liortal
Sun Jul 10, 2011 8:57 am
Forum: Object Identification and Technologies
Topic: Tree changes, changes not reflected in code
Replies: 5
Views: 2770

Re: Tree changes, changes not reflected in code

liortal wrote:Another way is to use the GetPath method on the tree item, store the returned path, and then search the tree item anew using the stored path in order to update it.
This is exactly the (temporary) solution i've used.

I will attach a snapshot to show you which kind of control it is.
by liortal
Thu Jul 07, 2011 11:11 am
Forum: Object Identification and Technologies
Topic: Tree changes, changes not reflected in code
Replies: 5
Views: 2770

Tree changes, changes not reflected in code

Hello, I have a big issue: I keep a reference to a Tree object in the repository, searching it dynamically for TreeItem children. The problem is, the Tree's state is only valid at the moment of retrieving the Tree property from repository (creating the adapter basically). When the tree changes, thes...
by liortal
Mon Jun 27, 2011 4:26 pm
Forum: Bug Reports
Topic: Issue with Click() in RDP session
Replies: 4
Views: 2663

Re: Issue with Click() in RDP session

You're right -- thanks !
by liortal
Sun Jun 26, 2011 7:51 am
Forum: Bug Reports
Topic: Issue with Click() in RDP session
Replies: 4
Views: 2663

Issue with Click() in RDP session

Hello, I created a few simple tests that automate a web application. When running my test locally, everything runs OK. When running it from an RDP session on some other machine, it seems that clicking Click() attempts to move to the corresponding control (button, link, etc), but it seems to be off a...
by liortal
Wed Jun 22, 2011 4:26 pm
Forum: Bug Reports
Topic: PerformClick not returning when modal window displayed
Replies: 1
Views: 2049

PerformClick not returning when modal window displayed

Hi, I have an issue when using PerformClick() method on some web element that causes a modal window (a "OK/Cancel" popup window to appear). When PerformClick() is invoked, the element is checked (it's a checkbox), and a modal window is displayed, causing the PerformClick() to never return . What is ...
by liortal
Wed Jun 22, 2011 4:15 pm
Forum: Object Identification and Technologies
Topic: Searching for a web element takes ~ 25 seconds
Replies: 3
Views: 2234

Re: Searching for a web element takes ~ 25 seconds

Hi, thanks for replying!

Is there an option to define a search, where a "find all descendants" is performed, however, upon FIRST MATCH, the result will be returned?

Can this be raised as some suggestion for future versions? if so, how ?
by liortal
Sun Jun 19, 2011 9:02 pm
Forum: Object Identification and Technologies
Topic: Searching for a web element takes ~ 25 seconds
Replies: 3
Views: 2234

Searching for a web element takes ~ 25 seconds

Hi all, We are using Ranorex to automate various activities across all product suites in the company. While working on some web component, i've encountered an issue with identifying an element on the page. The XPath to the element is something similar to: body /div/div [@id='SuiteNavigation']/div/di...