in reply to Re^3: How to get an HTML table from the document using WWW::Mechanize::Firefox ?
in thread How to get an HTML table from the document using WWW::Mechanize::Firefox ?

Thank you Max, CSS part works

I am not posting my code, because it's very similar to the one you provided

Still not clear why this part  @tt= $mech->xpathEx('/html/body/form/div[4]/div/main/div/div[3]/section/div/div/table/' ); not working, because xpath iself is for this table for sure.

Anyway, as long as, I can get the HTML code for the table, one way or another, it's fine with me

Thanks again..Also, would be nice to include couple of examples like this in the the WWW::Mechanize ::Firefox cookbook

  • Comment on Re^4: How to get an HTML table from the document using WWW::Mechanize::Firefox ?
  • Download Code

Replies are listed 'Best First'.
Re^5: How to get an HTML table from the document using WWW::Mechanize::Firefox ?
by Corion (Patriarch) on Oct 29, 2014 at 08:00 UTC

    I had to piece together my example from the code snippets you provided. I think it's appropriate for you to do that work instead of expecting me to create a working program from incomplete and buggy lines of code that you provide.