遇到了一個(gè)報(bào)錯(cuò)為TypeError: 'module' object is not callable是因?yàn)榉椒ㄕ{(diào)用錯(cuò)誤time不是方法而我卻調(diào)用了
手動(dòng)重新寫下打開信聯(lián)平臺(tái)的代碼
#--*- ?coding:utf-8-*-
from selenuim import webdriver
import time
drive=webdriver.Firefox()
drive.maximize_window()
time.sleep(2)
drive.get("http://10.180.29.20:8080/fbms/login.do")
time.sleep(1)
drive.find_element_by_xpath("/html/body/div[2]/table/tbody/tr/td/table/tbody/tr[2]/td/table/tbody/tr/td[2]/form/table/tbody/tr[1]/td[2]/input").send_keys("000000")
drive.find_element_by_xpath("/html/body/div[2]/table/tbody/tr/td/table/tbody/tr[2]/td/table/tbody/tr/td[2]/form/table/tbody/tr[2]/td[2]/input").send_keys("123")
drive.find_element_by_xpath("/html/body/div[2]/table/tbody/tr/td/table/tbody/tr[2]/td/table/tbody/tr/td[2]/form/table/tbody/tr[3]/td[2]/img[1]").click()