Playwright Python - Click Link

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 3

  • @lancemax857
    @lancemax857 Год назад +1

    I got a question, what if the clicked button opens the page in a new tab. How do we access that new page?

    • @rahulmula
      @rahulmula  Год назад +2

      You can wrap that action with the `context.expect_page()` context manager.

    • @lancemax857
      @lancemax857 Год назад

      @@rahulmula Thanks.