SeldomQA / poium

Page Objects design pattern test library, support selenium、appium、playwright, etc
https://pypi.org/project/poium
Apache License 2.0
404 stars 138 forks source link

【功能】CSSElement 提供获取输入框内容的方法 #29

Closed defnngj closed 2 years ago

defnngj commented 2 years ago

获取方法:

document.querySelectorAll("#kw")[0].value;
defnngj commented 2 years ago

已实现~!