08-25-2007 01:38 AM
08-25-2007 02:10 AM
08-26-2007 03:46 PM
08-26-2007 04:40 PM
You're welcome Yi Y, your reply is very gratifying! ![]()
FTR: 'my' solution is mostly Sniepsy's work; without his example, I wouldn't have had a clue what to do!
08-26-2007 08:42 PM
08-26-2007 08:43 PM
woops here is the code
Cheers
08-26-2007 09:38 PM
Hi Sniepsy,
By adding a delay after the "Click" (4 sec (probably excessive)) , the final "Inner HTML" was updated with the second page - that's what's needed, right? I hate depending on arbitrary delays and would be tempted to build a loop to check for the desired web-page (see attached).
The TNT consignment-page suddenly became very non-responsive/slow (even when copied to IE address-bar) and I was never able to see this work!
Cheers.
08-26-2007 09:45 PM
11-18-2007 07:55 AM
Whaouh ! That was a very interesting exchange !
It opens new fields to me. Hope some of you are still around 3 months later !
I would like to automate a few tasks, mostly related to this forum (for instance this one... ;))
1- click on the "insert picture" button in the "message reply window"
2- Insert text in the Message subject and in the main text Area
I must admit that, even after spending a few hours in the MSDN, I still don't understand how to obtain the proper ref to a text field or a button !!!
An additionnal question is : Is it possible to act similarly on the content of an already opened window (not on he content of an ActiveX inserted in a vi). I know how to manipulate windows using the LabVIEW winUtils32 tolls. But I could not find a way to act on the content, except by simulating key presses or mouse clicks. For simple tasks thats sometimes enough, but always far from satisfactory.
Anybody to help ?
11-19-2007 04:34 PM