Powder-Monkey icon indicating copy to clipboard operation
Powder-Monkey copied to clipboard

Selenium Helper Functions

Results 8 Powder-Monkey issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.19.v20190610 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies

Bumps httpclient from 4.5.9 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.9&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.4.19.v20190610 to 9.4.34.v20201102. Release notes Sourced from jetty-webapp's releases. 9.4.34.v20201102 Bugs #5320 : Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty web application causes ClassCastException #5521 : ResourceCollection...

dependencies

I am trying to read the tool tip value of line chart from http://www.highcharts.com/demo/line-basic. For that i have carried out following steps 1.Created object of LineChart and called function hoverOverPointOfGraphAtXAxisLabel...

As raw FileInputStream can`t be cast to shaHex/md5Hex directly(give error), use wrap IOUtils, as described in https://dalanzg.github.io/tips-tutorials/java/2016/03/22/how-to-get-md5-checksum-for-a-file-in-java/ Thanks for great job.

This is a great technique for downloading files with selenium, but if the server is setting it's session cookies with HttpOnly, it does not work. Under the hood, driver.manage().getCookies() is...

We have https with self signed certificate on our testing environment, so whenever I try to use UrlStatusChecker.getHTTPStatusCode() I have javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:352) at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:397)...