How to get a specific frame in a web page and retrieve its content
问题 I wanted to access the translation results of the following url http://translate.google.com/translate?hl=en&sl=en&tl=ar&u=http%3A%2F%2Fwww.saltycrane.com%2Fblog%2F2008%2F10%2Fhow-escape-percent-encode-url-python%2F the translation is displayed in the bottom content frame out of the two frames. I am interested in retrieving only the bottom content frame to get the translations selenium for python allows us to fetch page contents via web automation: browser.get('http://translate.google.com/#en