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

selenium-python-官方文档的英文版翻译

Results 5 selenium-python-docs-zh issues
Sort by recently updated
recently updated
newest added

已经是find_element(By.ID, "something")这样了,为什么文档不更新呢?我看这个文档没人问津,很奇怪,为什么这么多人用的文档没有流量?

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

1、find_element_by_name("q") 更新为 find_element(By.NAME, "q"); 2、更新一些翻译;