-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
登录方式选0 #9
Comments
顺便吐槽一下大麦,ios的app还有bug 扫码登录直接跳到淘宝,根本没法完成登录,所以才尝试模拟登陆 method=0, 结果又遇到这状况 |
我解释一下,大麦网的模拟登录我最开始写的时候是可以的,那个滑块是不会出问题的,但是过几天发现不行了,后来就通过iphone扫码登录获取cookie,然后过段时间,我发现iphone的扫码变成淘宝了,也失效了。感觉后台在针对我的代码进行修改,现在我暂时没找到好的方法 |
请问现在有解决方法了吗? |
已解决,谢谢。 |
@marspalLiu 怎么解决的方便交流下吗? |
@qinyang1018 选择登录方式为0,然后再扫码会把cookie存在文件里,下次就用cookie就好了。如果还没扫码就log扫码成功,那就sleep的时间长些就好了。 |
@marspalLiu 恩 这个错误已经处理了 现在卡在到购买页无法定位到选择票价这了。 你之前修改都能用了吗? 我就想抢一张票 不用通用 直接要能抢一个演唱会的就行 |
@qinyang1018 选择票价也是用find_xpath就行,然后click。你可以分析分析DOM的结构然后选择就OK了应该。 |
@marspalLiu 我用的xpath无法定位到element 可能还是我使用的不太熟悉 已经换了另一个框架了 谢谢了 |
你好,可否分享下呢 |
login_method = 0 之后,大麦的前端有个防机器人的步骤 见图
看代码是填了两个框和点击登录,然后模拟这个滑块,但是没成功
前端是不大了解,不然我就改一下提pr了
Chrome浏览器 手动登是没这个问题,代码登滑块就会失败,不知道怎么检测到的,难道是有办法监控浏览器是不是driver调起来的吗
The text was updated successfully, but these errors were encountered: