Playwright python script for action: click "To CSV" is dropdown visible only by hovering over the text "Export":
HTML:
Playwright python script for action: click "To CSV" is dropdown visible only by hovering over the text "Export":
HTML:
I got you
This is how i currently do it on my Playwright script
page.type("#react-select-2-input", "January\n")
page.type("#react-select-3-input", "1\n")
page.type("#react-select-4-input", "1998\n\n")
page.click("#CSS SELECTOR EXPORT TAB", "MENU ITEM HERE\n")