79081997

Date: 2024-10-12 21:49:43
Score: 0.5
Natty:
Report link

Puppeteer uses CSS selectors, which do not support regex.

You can try something like this, and it should work:

const selector = '#9538-0';

If the name always appears first in the DOM, you could also use a positional CSS selector.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Juanma Rodríguez