playwright下拉框处理
摘要:
# 通过标签的value属性进行选择选项 element.select_option("blue") # 通过标签的label属性进行选择选项 element.select_option(label="blue") # multiple selection element.select_option 阅读全文
posted @ 2022-06-18 10:42 EF9CY 阅读(902) 评论(0) 推荐(0) 编辑