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

Not Working with long selectors

Open martincxx opened this issue 7 years ago • 0 comments

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 element could not be located on the page using the given search parameters ("fs-fss-app fs-feature-fss-add fs-fss-form fs-card-content:nth-of-type(1) my-input #input").

I tried both with the :: and without for skipping lightdom elements.

martincxx avatar Dec 14 '18 14:12 martincxx