-
I wanted to make this into a PR but cannot really find where this should be fixed. Any pointers that help me put this into a PR are appreciated!
I'm using the [when](https://datatracker.ietf.org/do…
-
I currently have an issue with the ability to perform an XPATH query (xpath_query.sl) due to the security limitations with "http://apache.org/xml/features/disallow-doctype-decl" set to true.
As a w…
-
./proxypool conf/app.ini
2018/10/17 18:51:29 [TRACE] Log path:
2018/10/17 18:51:29 [TRACE] Log Mode: File (Info)
2018/10/17 18:51:29 [ INFO] ProxyPool
2018/10/17 18:51:29 Starting server 0.0.0.0:3…
-
{
"title": "顶点小说111",
"host": "http://www.yidacz.com",
"query_url": "https://www.yidacz.com/search.html?searchtype=novelname&searchkey=%s",
"query_method": 0,
"query_params": "sear…
-
From https://stackoverflow.com/a/49615317/465183
_As far as I could judge from reading the Perl code the --xpath argument is feed to net.sf.saxon.Query as XQuery. I don't think a command line use o…
-
As mentioned in https://github.com/tebeka/selenium/issues/11 :
Given the below HTML, an XPath query that returns an attribute can be executed through the Find Element command, even though the retur…
-
Hi, I am trying to parse the Stay Safe section at this url - `http://wikitravel.org/en/San_Francisco` and my xpath is `//h2[span[text()='Stay safe']]/following-sibling::p//text()`
When i run the x…
-
This happens when calling `.InnerText` when a page happens to be blank (such as a redirect).
~~~
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentat…
acook updated
2 years ago
-
https://www.xinremenxs.net/
如上网站存在分页,搜索出的小说章节只能获取到第一页的目录
源配置如下
```
{
"title": "新热门小说",
"host": "https://www.xinremenxs.net",
"query_url": "https://www.xinremenxs.net/search.html",
"query_m…
-
The current implementation of `find_by_text` uses the following xpath: `//*[text()="some text"]`, which only looks at the first text node within an element. This makes it difficult to query for elemen…