WebdriverIO点击不在Firefox上工作,但在chrome

时间:2017-11-13 12:28:29

标签: selenium ubuntu firefox xpath webdriver-io

我正在编写一个简单的webdriverIO测试,我点击了一个元素。在Chrome上运行测试时,它运行正常,但出于某种原因,当我在Firefox上运行测试时没有任何反应。这没有错误。

这是元素

<span class="cdc4f612">More Options</span>

我使用以下XPath来定位元素:

//span[text()='More Options']

//*[text()='More Options']

browser.click(xpath)

我使用以下版本:

Selenium Standalone Server:3.7.1

Firefox:56.0.2(64位)

Geckodriver:0.18.0

Ubuntu:17.04

0 个答案:

没有答案