in reply to Re^2: get html via WWW::Mechanize::Chrome
in thread get html via WWW::Mechanize::Chrome
Maybe now is a good time to learn about the "view-source" protocol (hotkey ctrl+u), which makes almost all browsers show you the HTML source of the current page. Also consider the Chrome Developer Tools which can be reached using ctrl+shift+i in Google Chrome.
What is wrong with using ->content?
If you have a bunch of html elements, maybe you can check ->get_attribute('ownerDocument'), but that's just a wild guess on my part.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: get html via WWW::Mechanize::Chrome
by morgon (Priest) on Nov 04, 2018 at 16:19 UTC |