Hallo Folks!
Ist it somehow possible to find and click on an object by its variable (String) ?
Like this: (The code below is not working doe)
desktop.<DomElement>find("//BrowserApplication//BrowserWindow//" + THESTRINGVARIABLE).click(MouseButton.LEFT);
Thank you,
Juzou