-
Sometimes, one browser or another provides more useful information in an error. This time, Chromium is the winner:
- Firefox: `The expression is not a legal expression.`
- Chromium: `Failed to exe…
-
Hi!
I managed to obtain a nice rss from the result of search. This is a list of files. The problem is that there is an added date that i can't manage to add. I don't know nothing about Xpath...
He…
-
Currently only a small subset of xpath-queries.
-
```
For the attached XML, the XPath expression with the following predicate works:
//link:presentationLink[@xlink:role="funny"]
However, if the predicate contains a string with forward slashes, a s…
-
|[](https://github.com/exarkun)| @exarkun reported|
|-|-|
|Trac ID|trac#2517|
|Type|defect|
|Created|2007-03-11 17:17:58Z|
EventDispatcher can handle two kinds of events, names (str) and xpath querie…
-
## 🐛 Bug Report
The attached script runs in half the time in Firefox Selenium IDE vs. running on the CLI with selenium-side-runner.
## To Reproduce
Running it in Firefox Selenium IDE I can ru…
-
**Context**
- `email_template_qweb` was introduced in `https://github.com/OCA/social/pull/55`, Odoo was still using Jinja to render email template
- Starting from Odoo 15.0, Odoo refactored all i…
-
### Description:
All node xpaths are calling for root document level, not for node. For example, this test will fail.
```swift
func testInnerXpath() {
let input = """
…
-
## The problem
The XPath 1.0 can't perform search by CSS classes (like CSS selector), instead of that XPath process css class as regular attribute and one string argument.
Given a simple html `Hel…
-
### Description of the problem
I'm trying to extract specific information from a large XML file using Notepad++ and the XML Tools plug-in. I've copied the XPath through the XML Tools menu `Plugins …