这是我为登录
编写的代码getDriver().switchTo().frame("gsft_main");
typeInto(userNameInput, user);
typeInto(passwordInput, pass);
当我尝试访问登录输入字段时,应启用的元素不会启用。如果我尝试使用getDriver().switchTo().frame("gsft_main");
切换到框架,则不会找到按名称或ID gsft_main
找到的框架元素。
https://bpfaudev.service-now.com/csm/?id=csm_login ----> HTML