Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiang committed Dec 19, 2019
1 parent 7eb0a70 commit 7cdc350
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,9 @@ def apply_actions(self, host):
setTimeout(function () {{
username.value = userValue
var login = document.getElementsByClassName('btn J_ping')
login[0].className='btn J_ping btn-active hh'
login[0].className='btn J_ping btn-active'
login[0].disabled = false
login[0].text="ceshi"
login[0].click()
alert("click over"+login[0].className+" "+login[0]+" "+username.value)
}}, 3000)
}}
"""
Expand Down

0 comments on commit 7cdc350

Please sign in to comment.