Hi, How do we use win32::guitest to get a particular content of the webpage into a variable.
I have a task: 1) open a browser 2) hit the url 3) hit few tabs and fill the required information then "submit" the form 4) after submit, it leads to new page. (Here i need to check for particular msg. (success/failure) to a variable, so that i can run regexp on that variable and come to know whether the operation was success or not. Here I can do till step 3. But can somebody help in how to do the step 4? (and how to get the whole content of the webpage ?) TIA