如何解决org.openqa.selenium.WebDriverException:单击Safari的元素

时间:2018-10-21 04:26:09

标签: java selenium selenium-webdriver

使用Java / Selenium加载页面后,我试图立即单击一个元素。 它可以在Chrome和Firefox上正常运行,但不能在Safari上运行。 使用显式等待,页面加载,滚动等进行尝试,但问题仍然存在。

这是抛出的错误:-

org.openqa.selenium.WebDriverException:  Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z' 
 System info: host: '=', ip: 'fe80:0:0:0:18c1:89c1:459b:af54%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.13.6', java.version: '10.0.2' 
 Driver info: org.openqa.selenium.safari.SafariDriver Capabilities {acceptInsecureCerts: false, browserName: Safari, browserVersion:12.0, javascriptEnabled: true, platform: MAC, platformName: MAC, setWindowRect: true} Session ID: ADC133BD-23A3-40F7-B017-8599E7F63FAD
 *** Element info: {Using=xpath, value=//a[@atm='contact_us:billing_and_payments']}

0 个答案:

没有答案