-
I have two calls to page.evaluate_on_selector, the first completes, but the second seems to have a problem. Changing the order doesn't matter, so it looks like the problem is with my selector and I c…
-
The CSS selector parser we have is complex, and selector parsing is really a separable concern from Nokogiri proper. It would be nice if we were able to use an existing parser.
(Side note: the gene…
-
>[!WARNING]
>[`webbot`](https://github.com/nateshmbhat/webbot) library is no longer maintained. A fork is available [here](https://github.com/KonstantinLitvin/webbot).
1. Clone the fork:
```bas…
-
### Description of the bug/issue
When I use xpath selectors string in section commands, for example, `this.click('//div')`, and I have set `use_xpath: true` in nightwatch config, I expect the secti…
-
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
-
protected fetchBy(elementPair: KeyValuePair): any {
const selector: string = elementPair.selector;
const locatorType: LocatorType = elementPair.locatorType;
this.getLogger().info(…
-
引申说明
> `Page`$x,$,$$等api, 只能提取到相关的元素做type/click/etc操作, 而不能提取到元素的属性或者值(可能是我没查阅到相关api).
`CrawlerTaobaoItem` 示例中提取商品信息等操作都是通过正则匹配的方式.
是否需要引入Jsoup, Xsoup依赖, 对page#content做解析提取操作.
```java
final …
-
How to fix that?
Error: selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="logInBtn"]"}
Browser message: f{…
-
## Comportamento Esperado
Uma sequência de passos em coleta dinâmica executada no sistema distribuído deveria ter resultado igual ao da mesma sequência executada no sistema atual. O objetivo da colet…
-
I've found myself wanting to write XPath expressions equivalent or similar to the CSS `E:first-child` selector. The two use cases I have so far is:
1. *first child element is a given element* -- `ch…