wdio-webcomponents icon indicating copy to clipboard operation
wdio-webcomponents copied to clipboard

Webdriver.io plugin to support Shadow DOM

Results 4 wdio-webcomponents issues
Sort by recently updated
recently updated
newest added

Hi when using your plugin (great idea btw), if I need to use ```:nth-of-type(1)``` selector it does not work. However, testing the code on browser console it does work. ```An...

This works: `browser.click('my-component #my-element-id')` This does not work: `browser.element('my-component #my-element-id').click()` It fails with this error: > TypeError: Cannot read property 'replace' of null Using the method from gist of ChadKillingsworth,...

I would like a solution compatible with my application loaded like SHADY or SHADOW. To do that we need a more flexible selector strategy in which one we don't have...

Hello! Thank you for taking the initiative and publishing this plugin. I've written some rudimentary tests, and they pass on chrome, but to a one, they fail on FF. Here's...