#40 Playwright with Python | Select Multi select dropdown in Playwright

Опубликовано: 20 Март 2026
на канале: AutomationNeemo
2,396
13

#python
#playwright
#pytest
#playwright
#pytest
#python
How to select multi select list by index in Playwright
How to select a multi select list by visible text in Playwright
How to select a multi select list by value in Playwright
How to select a multi select list by a list


URL- https://selenium08.blogspot.com/2019/...

Go to https://selenium08.blogspot.com/2019/...
page.goto("https://selenium08.blogspot.com/2019/...")
page.locator("select[name='Month']").select_option(['Sept', 'May', 'July'])
page.locator("select[name='Month']").select_option(value='Feb', index=6, label='January')