We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1///if self.driver.find_by_text(u"硬座余票0张") == None 这句是不是有问题啊,我明明余票很多,还是自动执行else。(这里应该可以根据config设置的座位来判别,如果是二等座,这个判断就没有意义了)
2///if self.noseat_allow == 0: self.driver.find_by_id('back_edit_id').click() 这里逻辑希望可以调整,无座,接下来不该是继续刷新查询么、、、
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1///if self.driver.find_by_text(u"硬座余票0张") == None
这句是不是有问题啊,我明明余票很多,还是自动执行else。(这里应该可以根据config设置的座位来判别,如果是二等座,这个判断就没有意义了)
2///if self.noseat_allow == 0:
self.driver.find_by_id('back_edit_id').click()
这里逻辑希望可以调整,无座,接下来不该是继续刷新查询么、、、
The text was updated successfully, but these errors were encountered: