-
The expression `datastore(name)` would select the root node of datastore `name`, where `name` is the name of a datastore.
YANG rules for accessible trees are sometimes too limiting. For example, it…
-
Hi @bill-ramos-rmoswi,
In xml, I have two different DispensedDrugDescription value for common Code, so in sql we already done using the cross apply xml nodes to get value based DispensedDrugDesc…
-
### What version of Bun is running?
1.1.27+267afa293
### What platform is your computer?
Linux 6.1.43 x86_64 unknown
### What steps can reproduce the bug?
- Try to use `::-p-xpath()` selector in …
-
The fake document node is added so the XPath expressions may reference the top level node, as in:
$mydoc/addressbook/contact[2]
rather then
$mydoc/contact[2]
The thing is that unlike XML,…
-
Currently Bruno supports these inbuilt libraries - https://docs.usebruno.com/scripting/inbuilt-libraries.html
You can today do an `npm install xpath xmldom` at the root of your collection folder an…
-
Consider this sample program:
```python
import asyncio
from crawlee.configuration import Configuration
from crawlee.parsel_crawler import ParselCrawler, ParselCrawlingContext
async def de…
-
### Feature summary
Exceptions are not meant for flow control
### Feature description
Exceptions should be reserved for truly exceptional cases. There are many occurrences of exception abuse, overu…
-
For purposes of testing it would be beneficial to support fuzzing the API to sysrepo. E.g., setting a failure rate for an XPath in the operational datastore.
Possible API:
- `/system/test/fault-in…
-
Hello there
It will be cool if we can include xpath also along with css selector in most of the methods like wait_for_element
-
according to the [xpath 3.0 spec](https://www.w3.org/TR/xpath-functions-30/#func-matches), the `matches` function can take a third argument for regex flags.
however this doesn't seem to work in fon…