首页 新闻 会员 周边
1
回答数

回答被采纳 出错:Unresolved reference 'selenium'是什么原因

# -*- coding: utf-8 -*- from selenium import selenium import unittest, time, re class rc(unittest.Te
3
回答数

回答被采纳 我的这个selenium server启动哪里错了?

我的为什么启动失败了。。。 D:\selenium-server>java -jar selenium-server-standalone-3.3.1.jar11:56:49.121 INFO - S
1
回答数

回答被采纳 webdriver 获取当前窗口坐标怎么总返回none

print('position= ',driver.get_window_position()) print('size= ',driver.get_window_size()) 返回的是: posi
1
回答数

回答被采纳 webdriver出错http.client.CannotSendRequest: Request-sent???

def a(): ...... def main(): th = threading.Thread(target=a) th.start() while ..... 练习多线程,操作网页元素不用多线程
1
回答数

回答被采纳 python 转exe

用pyinstaller3.2打包 python3.6_X64. 总有个错误:IndexError: tuple index out of range 换32位python可以 用64位python就