Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -22,8 +22,8 @@ def Click(xpath): | ... | @@ -22,8 +22,8 @@ def Click(xpath): |
22 | 22 | ||
23 | def GetData(): | 23 | def GetData(): |
24 | login_info = { | 24 | login_info = { |
25 | - 'userID' : 'qdw0313', | 25 | + 'userID' : '********', |
26 | - 'userpw' : 'fejUfrQxHWwtcGcP0' | 26 | + 'userpw' : '********' |
27 | } | 27 | } |
28 | 28 | ||
29 | options = webdriver.ChromeOptions() | 29 | options = webdriver.ChromeOptions() | ... | ... |
-
Please register or login to post a comment