Search found 7 matches

by Machisperer
Fri Sep 07, 2018 10:22 pm
Forum: Automation API
Topic: ExecuteScript("script") Help
Replies: 3
Views: 1958

Re: ExecuteScript("script") Help

I finally figured out my silly mistake: I was using uppercase 'B' in the InCallback() method. The console was auto-correcting this; that's why it was working in the console and not in my code.

Thanks again!
by Machisperer
Fri Sep 07, 2018 4:39 pm
Forum: Automation API
Topic: ExecuteScript("script") Help
Replies: 3
Views: 1958

Re: ExecuteScript("script") Help

Yes, I tried that but it always comes back as undefined.
by Machisperer
Thu Sep 06, 2018 5:50 pm
Forum: Automation API
Topic: ExecuteScript("script") Help
Replies: 3
Views: 1958

ExecuteScript("script") Help

My webpage contains a table that I need to to read from only after it finishes loading. When using the browser's console (F12), I can run the following code command to get the state of the table: customersGrid.InCallBack(); this returns true/false depending on whether the table has finished loading....
by Machisperer
Thu Sep 06, 2018 5:15 pm
Forum: Mobile Testing
Topic: Switching between Automation Roots?
Replies: 9
Views: 3111

Re: Switching between Automation Roots?

Thanks Stephan! Exactly what I needed
by Machisperer
Fri Aug 31, 2018 6:58 pm
Forum: Mobile Testing
Topic: Switching between Automation Roots?
Replies: 9
Views: 3111

Switching between Automation Roots?

Hi, The mobile app I'm testing needs to interact with another application on a desktop. In my test cases, user needs to perform certain actions on the mobile app and some other actions on the desktop. So my question is as follows: Is it possible to programmatically switch between two automation root...
by Machisperer
Thu May 10, 2018 11:13 pm
Forum: Automation Tools
Topic: Getting the text inside a button's icon
Replies: 3
Views: 1756

Re: Getting the text inside a button's icon

Thanks guys for the replies. I will play with the GDI capture and see.
by Machisperer
Wed May 02, 2018 4:00 pm
Forum: Automation Tools
Topic: Getting the text inside a button's icon
Replies: 3
Views: 1756

Getting the text inside a button's icon

I have a button that displays a number which is dynamically set by the application under test. I need the number to do some validations with it. However, I tried pretty much all the properties of the button to try and get number but so far couldn't. Please see a snapshot of the button in the attachm...