Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクション用の Playwright python スクリプト: [CSV へ] をクリックすると、[エクスポート] というテキストにカーソルを合わせるとドロップダウンが表示されます。
HTML:
見つけた
これは、私が現在プレイライトスクリプトで行っている方法です
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")