(self)
| 34 | buy = "https://kyfw.12306.cn/otn/confirmPassenger/initDc" |
| 35 | |
| 36 | def __init__(self): |
| 37 | self.driver_name = 'chrome' |
| 38 | self.executable_path = 'D:/chromedriver' |
| 39 | |
| 40 | def login(self): |
| 41 | self.driver.visit(self.login_url) |
nothing calls this directly
no outgoing calls
no test coverage detected