python+selenium小结6:查找单选按钮并点击

from selenium import webdriver import time options = webdriver.ChromeOptions() prefs = { 'profile.default_content_setting_values': { 'notifications': 2 } } options.add
相关文章
相关标签/搜索