Closed invaders-xx closed 2 months ago
Hey @invaders-xx,
I was able to select the HTML elements using the Selector::make()
selector.
Lukas has given an example himself, but it seems like this is undocumented in the readme file.
Like this:
Step::make(Selector::make('.fi-sidebar-item:has(a[href*="scores"])'))
Hi, thanks a lot for noticing the issue in the documentation.
I created a tutorial using latest version :
and I have an action button on the page with class 'page-layout-action' and I get this console error :
step.js:209 Uncaught (in promise) DOMException: Failed to execute 'querySelector' on 'Document': '#data..page-layout-action' is not a valid selector.
Did I miss smth ?