m.zeckinger
2009-Apr-11 10:49 UTC
[Mechanize-users] questions about frames and scraping issues
hi list, i am completely amazed by www::mechanize, although i have some questions regarding frames: 1) how can i adress a certain frame directly? even if i know the name of the frame, i could just adress it via e.g. page.frames[1] -- is there a way to get it via name? 2) how can i fill out forms in a frame? actually, how do i access any frame-data? i tried puts page.frames[1].forms.inspect but actually this seems not to work out... is there any more in-depth information about www::mechanize and forms, or can anybody here help out? thanks! mz