A bit stuck on this problem right here...
I download pageA.html with mechanize. pageA.html includes an iFrame to pageB.html (which is on a different domain).
I want to get the contents of pageB.html without reloading it, because the contents will change if I do. Is this possible without something like selenium?
FYI, pageB.html is a recaptcha frame. Thanks
EDIT: Turns out this isn't necessary for recaptcha but I would still like to know if it's possible
I download pageA.html with mechanize. pageA.html includes an iFrame to pageB.html (which is on a different domain).
I want to get the contents of pageB.html without reloading it, because the contents will change if I do. Is this possible without something like selenium?
FYI, pageB.html is a recaptcha frame. Thanks
EDIT: Turns out this isn't necessary for recaptcha but I would still like to know if it's possible