selenium-python-docs-zh icon indicating copy to clipboard operation
selenium-python-docs-zh copied to clipboard

import page 报错

Open jxy90 opened this issue 6 years ago • 0 comments

'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么?

jxy90 avatar Feb 24 '19 02:02 jxy90