Selenium Question:

What is the difference between captureEntirePageScreenshot and CaptureScreenShot?

Selenium Interview Question
Selenium Interview Question

Answer:

captureEntirePageScreenshot
1. This captures the AUT web page only
2. This supports only mozilla firefox
3. Accepts two arguments. one is the file name to be saved and other argument is back ground color
CaptureScreenShot
1. This captures the System screen shot
2. This supports all the browsers when you run from Selenium RC
3. Accepts one argument. That is the file name to be saved.


Previous QuestionNext Question
Which are the commands used for capturing the bitmaps?How do you set user extensions in Selenium IDE?