Laurian Avrigeanu

Results 4 comments of Laurian Avrigeanu

Even if I use Desktop.`FindFirstDescendant `or `FindFirstByXPath`, the runtime would still not compare with: Desktop.`FindAllChildren`().Where(x=> x.Name.ToUpper().Contains("GOOGLE"));. Searching main windows on a desktop with `FindAllChildren `and a Linq command is the...

> You cannot compare `FindAllChildren` with `FindAllDescendants`. Please use the same for both to compare. How do you suppose I could use the same for both in this situation? Desktop.`FindAllChildren`().Where(x=>...

From all of my preliminary tests I realized that XPath based searching is the quickest and the strongest, as you can see here: ``` Console.WriteLine(DateTime.Now.ToString("HH:mm:ss:ffff")); //21:38:12:0539 var var1 = automation.GetDesktop().FindAllByXPath("*[contains(@Name,'Google')]");...

I want to develop a RPA software with Nodify, I wanted to know more information if that's possible (what I said in the opening post), thank you miroiu.