使用selenium模拟登录QQ空间

新闻数据2024-01-08 23:21:0251data

目标: QQ空间url: https://qzone.qq.com/要求:使用账号密码登录QQ空间,无头枕处理。 申请库: selenium写法:一般难度:入门

fromseleniumimportwebdriverfromtimeimportsleepbro=web driver.chrome ( & amp; #039;/chrome driver/chrome driver.exe & amp; #039; ) ) Bro.get iframe标签bro.switch _ to _ frame ( log in _ frame )2.定位标签ch=bro.find_element_by_id ) switchetched #039; u& #039; ) pwd _ input=bro.find _ element _ by _ id ) & #039; p& #039; ) )定位键BTN=bro.find _ element _ by _ id ( log in _ button ) ( btn.click ) ) sleep(10 ) bro.quit ) ) )

相关推荐

猜你喜欢

新闻数据1970-01-01
新闻数据1970-01-01
新闻数据1970-01-01
新闻数据1970-01-01
新闻数据1970-01-01
新闻数据1970-01-01