in reply to Perl Web Client to Interact with Dynamic Web Pages
I have no experience with WWW::Scripter, but I assume that you can get at the current DOM by using ->document, and then extracting the elements from there.
I haven't looked at unifying the API between WWW::Mechanize::Firefox and WWW::Scripter. WWW::Mechanize::Firefox offers ->selector and ->xpath for element extraction, but it requires Firefox to be running.
|
|---|