将以下sap的vbs代码用findbyid转为xpath
原VBS:
Browser("micclass:=Browser").Page("micclass:=Page").Frame("micclass:=Frame").WebElement("innertext:=User Name").Set "admin"
XPath:
//*[@id="User Name"]
免责声明:
以上内容除特别注明外均来源于网友提问,创作工场回答,未经许可,严谨转载。