selenium-python-docs-zh
selenium-python-docs-zh copied to clipboard
import page 报错
'https://github.com/caoruiy/selenium-python-docs-zh/blob/master/source/page-objects.rst#%E9%A1%B5%E9%9D%A2%E5%AF%B9%E8%B1%A1' 里面使用import page 提示 'No module named page'
尝试pip install page 报错' UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 343: illegal multibyte sequence'
是因为page包只有py2么?