Playwright Python - Click Link

Поділитися
Вставка
  • Опубліковано 19 лис 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.