percy / percy-selenium-java

Visual testing with Java Selenium and Percy
https://docs.percy.io/docs/java-selenium
MIT License
12 stars 17 forks source link

enableJavaScript flag set to false #47

Closed ksenia-loseva closed 5 years ago

ksenia-loseva commented 5 years ago

For a method snapshot() where you explicitly pass enableJavaScript parameter, the method then sets it to false: https://github.com/percy/percy-java-selenium/blob/f66c75673caaeacb8a5564f2ac11bd6078df78f0/src/main/java/io/percy/selenium/Percy.java#L134,L135