Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playwright - Javascript の Alert を検証する #3607

Open
YumaInaura opened this issue Apr 25, 2024 · 0 comments
Open

Playwright - Javascript の Alert を検証する #3607

YumaInaura opened this issue Apr 25, 2024 · 0 comments

Comments

@YumaInaura
Copy link
Owner

YumaInaura commented Apr 25, 2024

概要

デフォルトではPlaywrightは自動で Javascript の Alert を Accept するようだ

https://playwright.dev/docs/dialogs

コード例

次のように書くとAlertのメッセージ内容を検証した上で、 Accept できる

  page.on('dialog', (dialog) => {
    expect(dialog.message()).toContain('アラートに表示されるメッセージ')
    dialog.accept()
  })

  await page.getByRole('button').click() // 押すとAlertが出るボタンを押す

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

プロフィール・経歴

https://github.com/YumaInaura/YumaInaura

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant