Search found 2 matches

by squietschi
Mon Aug 24, 2020 10:41 am
Forum: How To …
Topic: Clickable rooted folder items
Replies: 1
Views: 1141

Re: Clickable rooted folder items

SOLVED

I figured it out.
To do a mouse interaction to a rooted folder you have to use the .self after the repo item, like:

repo.RootedFolder1.RootedSubFolder2.Self.MoveTo();
repo.RootedFolder1.RootedSubFolder2.Self.click();
by squietschi
Wed Aug 19, 2020 4:09 pm
Forum: How To …
Topic: Clickable rooted folder items
Replies: 1
Views: 1141

Clickable rooted folder items

Hi all, I've got a bigger self-created rooted folder-structure in my repo. My intention is to copy the to be tested application's menue as close as possible. Now, I have a really nice structure. But I'd like to click these items, too. Until now, I haven't figured out how to do it. Question: Is there...