-
A selector type preference menu would be useful including:
-Preferred / default selector type
-Blacklisted types
e.g. Xpath is sometimes a bad choice for largely dynamic pages
If viable, a larg…
-
This would allow to use XACML variables as inputs to any XPath function / expression, which would provider simpler alternatives to certain complex ApplyExpressions.
For example, say we declare a va…
-
This error is for "Enter your email address". It does show xpath on Firefox browser.
-
I’ve been using Cypress for a long time now and have enjoyed it quite a lot. A colleague asked that I try Playwright, and I must say WOW!, just WOW!
I wouldn’t say I’ve fallen in love with Playwri…
-
2023-05-15 22:36:07.596 | ERROR | __main__::252 - Message: no such element: Unable to locate element: {"method":"xpath","selector":"//a[@class="down-arrow bounce"]"}
-
As discussed in https://github.com/scrapy/scrapy/issues/1940, what do you think about adding response.submit shortcut for FormRequest.from_response? Proposed API:
```py
def submit(self,
# Se…
kmike updated
7 years ago
-
in version 1.0.3 i get an exception when using cssselect on an element to select it's direct children
`element > element` (see https://www.w3schools.com/cssref/sel_element_gt.asp)
```python
>>> f…
frisi updated
8 months ago
-
XPath or similar (`css selector`-like) locator strategy might be useful for apps that have complex UIs or not quite tuned for ease of testing.
1. XPath locator can be already implemented in driver bas…
-
Exception has occurred: NoSuchElementException
Message: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="main"]/div[2]/div/div[2]/div[3]/div[1]/div[1]/div[2]/div/div[…
-
Hello,
Thank you for this wonderful package!
I am using python 3.10.6 and the latest version of soccerdata.
I am not sure if there is an error or a bug or if this is expected behaviour, I apolog…