不能在Selenium中使用findElement (Javascript)


Then("a Cucumber sentence", async function () {
await driver.findElements(By.xpath('/html/body'))
});

我尝试使用来自硒的findElements,但不断得到

ReferenceError: By is not defined

我能为此做些什么?

我看到它像这样导入(对我来说看起来很奇怪(:

var webdriver = require('selenium-webdriver'),
By = webdriver.By,
until = webdriver.until;

相关内容

  • 没有找到相关文章

最新更新