Playwright の C# 言語バインディングを使用しています。
HTML の例:
<select id="txtType" name="Type" class="form-control">
<option>Blog Posts</option>
<option>Books</option>
<option>Presentations</option>
<option>Videos</option>
<option>Podcasts</option>
<option>Examples</option>
</select>
ドロップダウンの選択されたオプションを設定するために使用できることは知っていPage.SelectOptionAsync
ますが、現在選択されているオプションを取得するにはどうすればよいですか?
DropDown のすべてのプロパティを見てみると、ElementHandles
.