示例#1
0
 def username(self):
     return Element(id_='input-username')
示例#2
0
 def password(self):
     return Element(id_='password')
示例#3
0
 def account(self):
     return Element(id_='amount')
示例#4
0
 def status(self):
     return Element(id_='status')
示例#5
0
 def end_date(self):
     return Element(id_='end_date')
示例#6
0
 def start_date(self):
     return Element(id_='start_date')
示例#7
0
 def recordNo(self):
     return Element(id_='recordNo')
示例#8
0
 def mycharge(self):
     return Element(css='div.my-pane li:nth-child(1)')
示例#9
0
 def login_button(self):
     return Element(css='#subFrom > button')