-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ashot with IE11 taking partial image with black spot in rest of the scrolled area #226
Comments
I have already tried Could anyone please help ? |
@amit227 could you please provide an SSCCE (Short, Self Contained, Correct (Compilable), Example)? |
Hi @valfirst I have prepared a demo code for you to understand my problem , Below is AshotDemo.java Class where I am trying to launch a URL and trying to take full Page screenshot with given browser using Ashot
import java.io.File; import javax.imageio.ImageIO; import org.openqa.selenium.JavascriptExecutor; import ru.yandex.qatools.ashot.AShot; public class AShotDemo {
} ` |
Could anyone please help on above issue ? |
Hi ,
I am using selenium 4.0 and ashot 1.53 with IE 11
Full page screenshot is working fine withchrome and firefox but not with IE11.
Image is attached below from IE
The text was updated successfully, but these errors were encountered: