Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
i want BAS click the all elements from:
CSS> #filter-genres > :nth-child(3) > :nth-child(1) > :nth-child(2)
to:
CSS> #filter-genres > :nth-child(3) > :nth-child(10) > :nth-child(2)
is this possible?
@Potio
Loop with variable? For, While etc...
Or you can use "Start loop" from menu that shows after you click on desired element.
@Fox said in Unable to select "resource" or "variable" - nothing pops up:
\BrowserAutomationStudio\apps\23.2.2\interface.json
worked like a charm, thanks @Fox
Thank you very much
Using "Regular expressions"
@niceusername Thanks a lot, that get nth-child method helped here!