亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python中怎么利用pubmed實現自動搶票功能

發布時間:2021-08-10 11:43:32 來源:億速云 閱讀:206 作者:Leah 欄目:大數據

Python中怎么利用pubmed實現自動搶票功能,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

總代碼:

for i in range(51,56):
    driver.implicitly_wait(10)
    ActionChains(driver).move_to_element(driver.find_element_by_xpath('//*[@id="save-results-panel-trigger"]')).click().perform()

    Select(driver.find_element_by_xpath('//*[@id="save-action-selection"]')).select_by_visible_text("All results on this page")
    ActionChains(driver).move_to_element(driver.find_element_by_xpath('//*[@id="save-action-format"]')).click().perform()
    Select(driver.find_element_by_xpath('/html/body/main/div[1]/div/form/div[2]/select')).select_by_visible_text("CSV")
    ActionChains(driver).move_to_element(driver.find_element_by_xpath('//*[@id="save-action-panel-form"]/div[3]/button[1]')).click().perform()

    target =driver.find_element_by_xpath('//*[@id="search-results"]/section/div[3]/a/span')

    driver.execute_script("arguments[0].();", target)
    ActionChains(driver).move_to_element(driver.find_element_by_xpath('//*[@id="search-results"]/section/div[3]/a/span')).click().perform()
    ActionChains(driver).move_to_element(driver.find_element_by_xpath('//*[@id="search-page"]/div[12]/div/form/button')).click().perform()
    print('第'+str(i)+'頁下載成功')
    print('跳轉第'+str(i+1)+'頁面中')
driver.quit()
print('全部下載完畢,自動退出。')

代碼1

Python中怎么利用pubmed實現自動搶票功能

for i in range(1,50+1):
   printg('我錯了')

Python中怎么利用pubmed實現自動搶票功能

操作如下:鼠標移動到Save按鈕→鼠標右擊→檢查,

可以發現源代碼有一塊區域亮起來了

這塊區域就是Save按鈕對應的源代碼→鼠標移動到該源代碼區域→右擊→復制→復制XPath,

這樣我們就復制了Save按鈕的Xpath了,接下來只需要粘貼到代碼就行.

Python中怎么利用pubmed實現自動搶票功能

ActionChains的萬能公式:

ActionChains(driver).move_to_element(driver.find_element_by_xpath('xpath_content')).click().perform()

我們只需要把剛才復制的xpath粘貼到代碼中的“xpath_content”區域就行,如下:

ActionChains(driver).move_to_element(driver.find_element_by_xpath('//*[@id="save-results-panel-trigger"]')).click().perform()

是不是很熟悉呢,是的,這便是我們使用ActionChains模塊實現的第一個操作,后續的一樣噢,只需要復制對應的Xpath直接粘貼就行了。 

最后,因為以上均是循環體的內容,當代碼執行完整個循環體了,我們可以通過代碼直接關掉瀏覽器,提醒我們打印完了,代碼如下

driver.quit()
print('全部下載完畢,結束了')

看完上述內容,你們掌握Python中怎么利用pubmed實現自動搶票功能的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

满城县| 福海县| 盐源县| 孝昌县| 靖边县| 神木县| 无极县| 塘沽区| 巍山| 南江县| 宝兴县| 凌云县| 黔江区| 定陶县| 耒阳市| 福鼎市| 教育| 毕节市| 宝坻区| 柘城县| 南涧| 卓资县| 兴山县| 澄江县| 霸州市| 监利县| 凯里市| 永年县| 朝阳县| 岱山县| 峡江县| 合山市| 涪陵区| 新和县| 潼关县| 扶绥县| 内乡县| 宁武县| 马公市| 衡山县| 瓦房店市|