标签: selenium
我需要获取表单元素的动作的值。 例如,对于表单:
<form action="/MyApp/Users/Index" method="post"></form>
我想获得“/MyApp/Users/Index”值。
/MyApp/Users/Index
我尝试使用.GetAttribute("action")的{{1}}方法,但它返回一个空字符串。
.GetAttribute("action")