selenium定位經驗總結

python3 + selenium + iedriverpython

一、pageA跳轉到pageB,pageB全部元素被封在<frameset>中,跳轉過來後要先找到這個<frameset>標籤才能定位其中的元素。web

先找到<frameset>標籤:app

WebDriverWait(self.ieDriver, 500, 0.5).until(工具

  EC.presence_of_element_located((By.TAG_NAME, 'frameset')))spa

二、window窗口上傳文件圖片能夠藉助工具AutoIt V3:調試

;ControlFocus("title","text",controlID) Edit1=Edit instance 1
ControlFocus("選擇要加載的文件", "","Edit1")blog


; Wait 10 seconds for the Upload window to appear
WinWait("[CLASS:#32770]","",10)圖片


; Set the File name text on the Edit fieldelement

ControlSetText("選擇要加載的文件", "", "Edit1", "E:\Project\python\swebid\swebid_ztb\add_bidding_registion\邵武招標登記.xlsx")
Sleep(2000)get

; Click on the Open button

ControlClick("選擇要加載的文件", "","Button1");

三、frame多的狀況下,能夠調試的時候控制檯輸入webDriver.find_elements_by_tag_name('frame')/webDriver.find_elements_by_tag_name('iframe').get_attribuate('name')來查找目前所在的哪一個frame

相關文章
相關標籤/搜索