Need help in opening an email from the inbox and taking a screenshot of it using SELENIUM RC
I could able to 开发者_C百科login to ISPs, gmail in particular. Now i need to open an email from the inbox and taking a screenshot of it using SELENIUM RC.
Please suggest with some examples.
thnx, Bharath
Use selenium.captureEntirePageScreenshot()
method, where selenium is your DefaultSelenium instance.
精彩评论