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 4c0f7fb commit 20acefdCopy full SHA for 20acefd
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.1.5
2
+
3
+### Fixes
4
+- Correctly escape quote characters when constructing XPath queries [7ef2785]
5
6
## 0.1.4
7
8
### Features
biloba.go
@@ -29,7 +29,7 @@ import (
29
"github.com/chromedp/chromedp"
30
)
31
32
-const BILOBA_VERSION = "0.1.4"
+const BILOBA_VERSION = "0.1.5"
33
34
/*
35
GinkgoTInterface is the interface by which Biloba receives GinkgoT()
0 commit comments