Pavel Zorin
Pavel Zorin
@gavrilfb I'm totally agree with you. It is one of not resolved problems of our world. Any ideas and proposal will be highly appreciated.
I forgot that we have non-documented feature which is the workaround for headers. Mostly it is used for iOS screenshots. It allows to cut off predefined area from top or...
@gavrilfb `ShootingStrategy.viewportNonRetina(int scrollTimeout, int headerToCut, int footerToCut)` implements second approach.
Thanks for great Idea @thasherwin. I going to create it. I will appreciate if someone wants to participate and drop some examples here.
@gavrilfb Thanks for your input. By the way feel free to send any pull requests with documentation improvements. I'm going to find a time and create an example project using...
hello, @vishruth143. You don't actually need to use `ShootingStrategies.viewportPasting()` strategy with Firefox. It makes full page screenshot itself. Try to use stable version of Selenium to avoid exceptions like `WebDriverException:...
Yes, you are right in both questions.
@vishruth143 This problem is related to WebDriver 3.0. This version is not very stable. Are you sure that you already want to use it?
Hi, @shiv3015. Could you please share the web page and result screenshot?
@shiv3015 Actually you don't need to use `viewportPasting` with ie11. When you are taking the screenshot browser adjusts the window size to the size of your page for a moment....