I am trying to select and option from a dropdown from a webpage using Playwright Python.
The page has total of 3 dropdowns and I am able to select an option from two of them, but not from the third one.
This is the expected dropdown options when I am trying manually from a chrome browser
But when the code executes using Playwright Python only the first option is visible from the dropdown, as shown here
I really appreciate if someone can explain how to solve this problem
Note:
I am able to see other options from that dropdown, when I am trying manually in the browser. But when it comes with Playwright browser, only the first option is displayed.
I tried the same in MS Edge, Google Chrome and Firefox browsers. This issue exists in all of these browsers using Playwright Python
Python version: 3.12.3
Divya Andrews is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.