imrags

Could you explain that code for me I am not quite sure how it works. Which modules does it require.

I am already using Win32::GuiTest for the keystrokes, this part is working fine.I am also using the WaitWindow function for checking a standard application window but it dosen't seam to work with the browser window, or I'm doing something wrong. Also I noticed that the title of the browser appears before the page has finished loading.

I have tried WaitWindowLike for a child process of a normal application window but I don't seam to be able to get it to work, some help with that would also be appriated.

I was thinking that I could use Win32::API to import a win32dll function that would do the job, but I'm not sure which one to use...considering I don't want to force the user to use IE.


In reply to Re^2: Win32:: How to tell when Default browser url has loaded by TAHAIC
in thread Win32:: How to tell when Default browser url has loaded by TAHAIC

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.