We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f8865 commit 72c9147Copy full SHA for 72c9147
ChangeLog
@@ -1,3 +1,6 @@
1
+2014-08-14 version 0.8.2
2
+ * Fixed errors found by "go vet"
3
+
4
2014-02-04 version 0.8.1
5
* MaximizeWindow (issue #9)
6
* VERSION -> Version
selenium.go
@@ -5,7 +5,7 @@ import (
)
7
const (
8
- Version = "0.8.1" // Driver version
+ Version = "0.8.2" // Driver version
9
10
11
/* Element finding options */
0 commit comments