-
When pulling up the your browser's developer tools, you may notice a series of `data-g2-component` attributes sprinkled throughout the markup:
These are "namespaces" the library uses to indicat…
-
When you pass the blackout option into screenshot, only css selectors are accepted. xpaths passed into the blackout option are not recognised.
ghost updated
4 years ago
-
### Current behavior:
When using `.get()` the test passes when it finds 0 elements, came about this after mistakingly writing a test and deleting some of the selectors, because tests failing due to…
-
### Expected behavior
Taiko should be able to find elements which are inside a shadow DOM element.
### Actual behavior
Taiko does not find elements inside a shadow DOM element, it only gets the e…
-
I'm trying to use the following format
```
include: '~/dist/*.js.map',
ignore: [ 'config/*']
```
I want to do this so I don't have to manually exclude each file.
-
In v4 setting `@id="my-id"` on a form element does not work as expected.
in v3 you could do
```
```
In v4 you need to add `id="..." ` to the element.control
```
```
…
-
### Describe the bug:
CoBlocks uses CSS selectors which will soon deprecate with the release of WordPress 5.5. This need to deprecate is due to [changes in markup](https://github.com/WordPress/gute…
-
### Description
I used Chrome built in functionality to get the CSS selector of the Filter button in the data table, but it seems Chrome can't find it. I have also tested with other types of selector…
-
### Is this a Feature or Bug?
Bug
### Current behavior:
I'm sending request to server that takes couple of minutes to get response.
Every single time right after two minutes request fails in…
-
I'm using the standalone version. To run this code use `0.9.6-RC3` because of this [reported bug](https://stackoverflow.com/questions/62308044/karate-ui-automation-test-results-are-not-coherent).
I…