當我使用事件last.click()不會產生任何錯誤,但事件未運行(is_element_present_by_xpatch return true)。 from splinter import Browser
import time
from time import sleep
import unicodedata
from unicodedata import normalize
i
如何獲得question第一,下劃線和最後一部分的文本,並將其存儲到一個變量,使用分裂? 見底部的HTML。我想作以下變量具有以下值: first_part = "Jingle bells, jingle bells, jingle all the"
second_part = "_______"
third_part = "! Oh what fun it is to ride in one
我需要通過傳遞一個字符串數組來執行頁面上的javascript函數。我想避免不得不打電話browser.execute_script次數。 list_of_strings = ['a','b','c']
#js code runs through all the strings
result = browser.execute_script("function findTexts(textL