From adis.osmonov at gmail.com Tue Oct 11 13:11:14 2011 From: adis.osmonov at gmail.com (Adis Osmonov) Date: Tue, 11 Oct 2011 23:11:14 +0600 Subject: [Mechanize-users] mechanize dinamic iframe Message-ID: Hi, could anyone give me an idea how can I get any element inside iframe, which created through javascript, using mechanize? I know that Mechanize doesn't handle Javascript, but there mb a solution? Thanks in advance for any help. Sorry for my english ? I'm a russian From drbrain at segment7.net Tue Oct 11 15:24:36 2011 From: drbrain at segment7.net (Eric Hodel) Date: Tue, 11 Oct 2011 12:24:36 -0700 Subject: [Mechanize-users] mechanize dinamic iframe In-Reply-To: References: Message-ID: On Oct 11, 2011, at 10:11 AM, Adis Osmonov wrote: > could anyone give me an idea how can I get any element inside iframe, > which created through javascript, > using mechanize? > > I know that Mechanize doesn't handle Javascript, but there mb a solution? > Thanks in advance for any help. For a specific site, you can probably figure out the URL of the dynamic iframe with some regular expression processing of the javascript.