
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
Server
|
| Affects Version/s: |
1.0 beta 1
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Windows
|
|
|
when try to call captureEntirePageScreenshot with relative path ("path\to\file.png") which exists - error is shown.
also following examples don't work:
"dir1\..\dir2\file.png"
"c:\dir1\..\dir2\file.png"
"c:/dir1/file.png"
all these paths works in captureScreenshot function, so I think, they should also work in captureEntirePageScreenshot function
|
|
Description
|
when try to call captureEntirePageScreenshot with relative path ("path\to\file.png") which exists - error is shown.
also following examples don't work:
"dir1\..\dir2\file.png"
"c:\dir1\..\dir2\file.png"
"c:/dir1/file.png"
all these paths works in captureScreenshot function, so I think, they should also work in captureEntirePageScreenshot function |
Show » |
|
filename - the absolute path to the file to be written, e.g. "c:\blah\screenshot.png"
So this could be rather a feature request, although I don't know which use case could be the reason for it.
Furthermore, this is definitely no critical issue, as it has nothing in common with the test case execution, which is Selenium for.