Answers

Question and Answer:

  Home  Selenium

⟩ What is the difference between captureEntirePageScreenshot and CaptureScreenShot?

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.

 175 views

More Questions for you: