Is there any way to save complete web-page using WebDriver?
Currently I do getPageSource() and then put everything into html local file, but saved page is in not goo
Strange characters might have something to do with the encoding of the written file.
The other problems will probably have to do with the fact that you are loading a static html file for which the relative url's no longer point to anything. Any javascript, css and image files will be missing.
Savw webPage to a file Try it. but i didn't checked this