def username(self): return Element(id_='input-username')
def password(self): return Element(id_='password')
def account(self): return Element(id_='amount')
def status(self): return Element(id_='status')
def end_date(self): return Element(id_='end_date')
def start_date(self): return Element(id_='start_date')
def recordNo(self): return Element(id_='recordNo')
def mycharge(self): return Element(css='div.my-pane li:nth-child(1)')
def login_button(self): return Element(css='#subFrom > button')