Selenium(Java)——日期控件定位及操作

以12306網站的日期控件爲例,定位該控件並輸入自定義日期。 思路: 1. 查看元素,發現日期輸入框有readonly屬性; 2. 利用js去掉readonly屬性,將控件變爲可編輯狀態; 3. 清空輸入框中數據(如果有),輸入自定義日期。 代碼: package com.ceres.demos; import org.openqa.selenium.By; import org.openqa.
相關文章
相關標籤/搜索