Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AJAX ページ コードが実行された後、ブラウザーは別の URL ( で指定) を開きますwindow.location.href。mechanize を使用して取得するにはどうすればよいですか?
window.location.href
import mechanize response = mechanize.urlopen(url) return response.geturl()
最初の URL を返します。
Mechanize は Javascript を処理しません。代わりにSeleniumを使用してみてください