Skip to content

Commit bcbb541

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fe81f15 + f7c3b3c commit bcbb541

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
SeleniumDownloadHelper
22
======================
33

4-
TBW...
54
It is still WIP but Chrome, Safari, Firefox, PhantomJS and Internet Explorer are working so far with this method.
65
IE only tested on MS Windows and Safari only on OSX.
76

87
HTMLUnit is not working but the why is still open (expected.length=187514 actual.length=176549).
98
Maybe a bug in RhinoJS which messes up the base64 conversion or some early return in the XHR call?
109

10+
Usage
11+
=============
12+
@see src/test/java/ch/racic/selenium/helper/download/SeleniumDownloadHelperTest.java
13+
14+
Maven Central
15+
=============
16+
```xml
17+
<dependency>
18+
<groupId>ch.racic.selenium.helper</groupId>
19+
<artifactId>SeleniumDownloadHelper</artifactId>
20+
<version>0.3.0</version>
21+
</dependency>
22+
```

0 commit comments

Comments
 (0)