我正在编写一个简单的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