写在前面最近在用python写抢票脚本,需要用到selenium控制滑动条,于是总结一下。
# 移动到元素element对象的“顶端”与当前窗口的“顶部”对齐
driver.execute_script("arguments[0].sc
2024-06-23