
| Key: |
SRC-486
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
sugumar
|
| Votes: |
1
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Windows XP,java version "1.6.0_05",Java(TM) SE Runtime Environment (build 1.6.0_05-b13),Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
Windows XP,java version "1.6.0_05",Java(TM) SE Runtime Environment (build 1.6.0_05-b13),Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
|
|
$this->selenium->captureEntirePageScreenshot("D:\a\1.png");
When using this function "captureEntirePageScreenshot" and storing them in a file.
Here the file name is accepting only alphabets and if any numeric values present in the file name, it throws this error:
# error(1213256290783): Unexpected Exception: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFileOutputStream.init]
# error(1213256290798): Exception details: message -> Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFileOutputStream.init], QueryInterface -> function QueryInterface() { [native code] }, result -> 2147500037, name -> NS_ERROR_FAILURE, filename -> http://localhost:4444/selenium-server/core/scripts/selenium-api.js, lineNumber -> 2607, columnNumber -> 0, location -> JS frame :: http://localhost:4444/selenium-server/core/scripts/selenium-api.js :: anonymous :: line 2607, inner -> null, data -> null, initialize -> function initialize() { [native code] }
|
|
Description
|
$this->selenium->captureEntirePageScreenshot("D:\a\1.png");
When using this function "captureEntirePageScreenshot" and storing them in a file.
Here the file name is accepting only alphabets and if any numeric values present in the file name, it throws this error:
# error(1213256290783): Unexpected Exception: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFileOutputStream.init]
# error(1213256290798): Exception details: message -> Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFileOutputStream.init], QueryInterface -> function QueryInterface() { [native code] }, result -> 2147500037, name -> NS_ERROR_FAILURE, filename -> http://localhost:4444/selenium-server/core/scripts/selenium-api.js, lineNumber -> 2607, columnNumber -> 0, location -> JS frame :: http://localhost:4444/selenium-server/core/scripts/selenium-api.js :: anonymous :: line 2607, inner -> null, data -> null, initialize -> function initialize() { [native code] } |
Show » |
|