我尝试使用python-selenium脚本点击"登录" gmail主页右上角的标签。我曾使用firebug / firepath为这个类找到正确的xpath,它在使用浏览器工具时工作正常,但是当脚本尝试使用xpath找到相同的元素时失败了。如果你能指出我正确的方向,我将不胜感激。谢谢!
网址:https://www.google.com/gmail/about/
PS:我对硒相对较新。如果我以错误的方式处理这个问题,请原谅我的无知。function test() {
var param1 = arguments[0];
var param2 = arguments[1];
// arguments is array like, you can iterate over it with a loop
}
答案 0 :(得分:0)
您应该在帖子中使用上面提供的相同网址:
browser.get('https://www.google.com/gmail/about/')
看起来其他人重定向到另一个网址并使请求失败。