python - Web page already open (in source format); just need to read that text, using Selenium -


let's have tab open in browswer. url is:

view-source:http://www.google.com/webhp?source=search_app 

now it's open , displayed, want read text that's in client window. (get context page, or obtain object (as opposed creating new browser object), or whatever. read page.)

is there methodology in selenium, splinter allows that? help.

if asking if can attach open browser, believe answer "no".


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -