Search found 4 matches

by tommcdonna
Thu Feb 11, 2010 1:24 pm
Forum: Automation Tools
Topic: xPath not identifying/finding windows form correctly
Replies: 6
Views: 3815

Re: xPath not identifying/finding windows form correctly

Thanks, that makes perfect sense, but I'd never have worked it out myself! :-)
by tommcdonna
Wed Feb 10, 2010 3:55 pm
Forum: Automation Tools
Topic: xPath not identifying/finding windows form correctly
Replies: 6
Views: 3815

Re: xPath not identifying/finding windows form correctly

Find attached (hopefully), my zipped project folder, including the executable TransReport.exe that I'm trying to attach to.
by tommcdonna
Wed Feb 10, 2010 11:16 am
Forum: Automation Tools
Topic: xPath not identifying/finding windows form correctly
Replies: 6
Views: 3815

Re: xPath not identifying/finding windows form correctly

I first upgraded to the latest 2.2.2 release. Then I retried the original script, problem still occurs. I tried with the FindSingle method, same problem occurs. Iam using 32bit XP Pro, so 64bit issues are not the cause. The form (and a few child buttons and text boxes) are all in the object reposito...
by tommcdonna
Tue Feb 09, 2010 1:31 pm
Forum: Automation Tools
Topic: xPath not identifying/finding windows form correctly
Replies: 6
Views: 3815

xPath not identifying/finding windows form correctly

I keep getting the following error when I attempt to run my script: Ranorex.ElementNotFoundException: No element found for path '/form[@controlname='frmMain']' within 10s. The calling code is below: System.Diagnostics.Process.Start("C:\\Temp\\TransReport.exe"); Delay.Milliseconds(10000); Ranorex.For...