Turns out the issue was with the ChromeDriver and the version of
Chrome I was using. I updated the ChromeDriver v14.x and it seemed to
have resolved itself (as in, driver.find_element_by_tag_name(tag).text
started working again)
Thanks!
On Aug 11, 8:28 am, Krishnan Mahadevan
<
krishnan.mahadevan1...@gmail.com> wrote:
> I dont know python. But here's how I would do it in Java
>
> driver.findElement(By.xpath("//body")).getText();
>
> Thanks & Regards
> Krishnan Mahadevan
>
> "All the desirable things in life are either illegal, expensive, fattening
> or in love with someone else!"
>