We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
def get_html(number,count_number): """火狐模拟并获得当前源码 第一个是网址self.url,第二个是基金号,需要导入基金号列表 """ """火狐模拟并获得当前源码 第一个是基金号,第二个是计数器 """ s_2='/html/body/div[4]/div/div[2]/div[1]/input[1]' s_1='//*[@id="txt_SearchText"]' if count_number==0: element=driver.find_element_by_xpath('/html/body/div[2]/div[2]/div/div[1]/div/div[1]/span')#鼠标悬浮
Sorry, something went wrong.
这个xpath有误
网页结构在变,这个时间长了,需要自己重新修改下。不过大部分还是没问题的
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: