选择行后无法将焦点设置在下一个按钮上

时间:2018-02-24 12:41:47

标签: java selenium selenium-webdriver

我正在尝试通过selenium通过动态网络表进行查询。我能够根据我的Excel文件的i / p查询和选择记录

Exceptions are captured after wait. 
Feb 24, 2018 6:02:35 PM org.openqa.selenium.remote.ErrorCodes toStatus
INFO: HTTP Status: '500' -> incorrect JSON status mapping for 'timeout' (408 expected)
[ERROR] 2018-02-24 18:02:35.932 [main] DetailedLogs - Error : >>>>>Class Keywords | Method dynamic_webtable | Exception desc :Timed out waiting for page to load.

Driver info: org.openqa.selenium.ie.InternetExplorerDriver
Capabilities {acceptInsecureCerts: false, browserName: internet explorer, browserVersion: 11, javascriptEnabled: true, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), se:ieOptions: {browserAttachTimeout: 0, elementScrollBehavior: 0, enablePersistentHover: true, ie.browserCommandLineSwitches: , ie.ensureCleanSession: true, ie.fileUploadDialogTimeout: 3000, ie.forceCreateProcessApi: false, ignoreProtectedModeSettings: true, ignoreZoomSetting: false, initialBrowserUrl: http://localhost:41323/, nativeEvents: true, requireWindowFocus: false}, setWindowRect: true, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}

选择单选按钮后,我的代码出现了问题。我无法选择页面上的按钮来导航到我的父窗口。

 const result = data();
 for(const key in result.errors)
   result.errors[key] = "";

我能够看到我的记录被点击了。对于Column&amp ;;我甚至在每个for循环之后放了休息。行。 我在IE11浏览器中运行代码 请建议此问题如何解决此问题

0 个答案:

没有答案
相关问题