selenium-python-docs-zh
selenium-python-docs-zh copied to clipboard
🐛 fix(getting-started.rst): 更新find_element写法
1、find_element_by_name("q") 更新为 find_element(By.NAME, "q"); 2、更新一些翻译;