Playwright Cucumber TS Steps
    Preparing search index...

    Function findElementsBySelector

    • Finds all elements matching a CSS selector and stores them as a list.

      Parameters

      • page: any
      • selectorKey: string

      Returns Promise<void>

      When I pw find elements by selector "ul > li"