日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

[Selenium]等待元素出現之后再消失,界面上的lo

系統 2187 0

等待元素出現之后再消失,界面上的loading icon都屬于這種類型,之前的方法總是卡死,換這種方法目前還好用的

      /**

     * Check if the element present with customized timeout

     * @param driver

     * @param locator

     * @param errorMessage

	 * @return

	 */

	public Boolean waitUntilElementPresent(WebDriver driver,final By locator, long timeOutInSeconds) {

		Boolean isPresent = false;

		for(int i=0;i<timeOutInSeconds;i++){

			isPresent=SeleniumUtil.isElementPresent(driver,locator);

			if(true==isPresent){

				break;

			}

			else{

				SeleniumUtil.sleep(1);

				System.out.println("Wait no more than "+timeOutInSeconds+"s for loading icon display, wait "+(i+1)+"s");

			}

		}

		return isPresent;

	}


    

?

      /**

     * Wait until the element not present with customized timeout

     * @param driver

     * @param locator

     * @param errorMessage

	 * @return

	 */

	public Boolean waitUntilElementNotPresent(WebDriver driver,final By locator, long timeOutInSeconds) {

		Boolean isPresent = true;

		for(int i=0;i<timeOutInSeconds;i++){

			isPresent=SeleniumUtil.isElementPresent(driver,locator);

			if(false==isPresent){

				break;

			}

			else{

				SeleniumUtil.sleep(1);

				System.out.println("Wait no more than "+timeOutInSeconds+"s for loading icon disappear, wait "+(i+1)+"s");

			}

		}

		return isPresent;

	}


    

?

      public void waitForLoadingDoneInNewWebPage(WebDriver driver){

		By locator=By.cssSelector("div.x-mask-msg");

		Boolean isPresent = this.waitUntilElementPresent(driver, locator, 10);

		if(true==isPresent){
      
System.out.println("Loading icon display in new web page"); System.out.println("Wait for loading icon disappear in new web page"); Boolean stillPresent = this.waitUntilElementNotPresent(driver, locator, 120); if(false==stillPresent){ System.out.println("Loading icon disappear in new web page."); } } else{ System.out.println("Loading icon does'nt display in new web page."); } }

?

[Selenium]等待元素出現之后再消失,界面上的loading icon都屬于這種類型,之前的方法總是卡死,換這種方法目前還好用的


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!?。?/p>

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 穆棱市| 舞阳县| 上蔡县| 萨迦县| 平南县| 松原市| 荔浦县| 威海市| 沙洋县| 黎平县| 自贡市| 宕昌县| 通辽市| 镇赉县| 大庆市| 汤阴县| 如皋市| 廊坊市| 桦川县| 三台县| 新安县| 石台县| 贵南县| 新余市| 前郭尔| 邯郸县| 墨竹工卡县| 方正县| 桃园市| 绥中县| 共和县| 胶南市| 五华县| 土默特左旗| 寻甸| 西平县| 澄江县| 阿荣旗| 自贡市| 嵊州市| 富裕县|