在Chrome浏览器中使用('click'selenium-java and sendKeys(Keys.ENTER))单击按钮时,页面get挂起并给出'Aw,snap'错误

时间:2018-08-11 15:16:31

标签: selenium

单击“保存”按钮后,页面将挂起并显示Aw! 2-3分钟后出现捕捉错误。

我尝试了以下方法,但没有任何效果。

Elements.findElement("responsive_shipping_options.gift_options_save_signed_in").sendKeys(Keys.ENTER);

Clicks.click("responsive_shipping_options.gift_options_save_signed_in");
logger.info("Successfully clicked on change button");

Thread.sleep(5000);

0 个答案:

没有答案