标题: python+selenium,如何在一个模块中调用另一个模块的返回值呢 [打印本页] 作者: xiaoxiao_cao 时间: 2017-10-19 12:45 标题: python+selenium,如何在一个模块中调用另一个模块的返回值呢 python+selenium,如何在一个模块中调用另一个模块的返回值呢?以我的代码为例,我该怎么样在另一个模块中调用loanno这个返回值呢?现在按照我写的,报错了:
driver.find_element_by_css_selector("input[placeholder='搜索标题、单号或提交人']").send_keys(Loan1.get_number())
TypeError: unbound method get_number() must be called with Loan1 instance as first argument (got nothing instead)