-
Sometimes I'd like to apply some function after extracting something, and I do something like this:
```python
In[32]: map(json.loads, sel.xpath("//@data-p13n-asin-metadata").extract())
Out[32]:…
-
It seems that recent changes in web DOM broke the extension. I'm getting this error:
![image](https://github.com/jakubboucek/roumen-cz-improve-ui/assets/3534507/1d4edb9e-c284-4165-801d-691bc5492e31…
-
Hello,
Is it possible to add support for [Case-insensitive CSS attribute selectors](https://caniuse.com/css-case-insensitive) the feature has been available for a while for browsers and i have used i…
-
A mentee of mine (@RenanDezotti) asked in my mentorship Slack group if it would be possible to create a rule using `eslint-plugin-cypress` to prevent users from using xpath selectors with Cypress.
…
-
### Description
When dealing with UI generated dynamically we struggle to define a proper page objects for it. Sometimes it is useful to create an ad-hoc section and to call commands on it. Right now…
-
The script does not find the date (Russian):
from htmldate import find_date
url = "https://kamaz.ru/press/releases/kamaz_i_skolkovo_sozdadut_ekologicheski_chistyy_gruzovik/"
print(find_date(url…
-
[`Nokogiri::Searcheable#css`](https://github.com/sparklemotion/nokogiri/blob/b2645bc2ff9dad3f8070adb2117c035dfa80bbb9/lib/nokogiri/xml/searchable.rb#L212-L218) uses `Nokogiri::CSS.xpath_query_from_css…
-
Consider this boilerplate code:
```python
divs = selector.css('div.notexisted')
if not len(divs):
raise ParseError(
'Query %s failed on %s'
% ('div.notexisted', shorten(selec…
-
Hi, thanks for the great work! I have been working to add a SOM annotated image as additional observation input. I need to make sure that the accessibility/DOM tree and SOM element IDs are aligned. I …
-
https://stackoverflow.com/questions/33748490/how-to-define-mutually-exclusive-attributes-in-xsd