Greetings, esteemed monks!

We often run out of recording space on our webex account. It has been proposed to write a script that automatically checks the recordings and downloads the oldest ones to a folder on our shared drive and deletes them off webex.

I have started playing around and the site is mostly JavaScript (e.g. the "Host login button" is 'javascript:Logon()' as opposed to a URL. I think I remember automating interaction with such a site a loooong time ago and IIRC, the way to go was to watch the header/response traffic between the browser and the web site and mimic that using LWP::UserAgent/WWW::Mechanize. I just want do double check here before I jump down a rabbit hole to see if there is any advice wrought on the anvils of experience that the PM community can provide.


In reply to Automating Interaction with a mostly JavaScript site by OfficeLinebacker

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.