How do you write the text in the login form?
Question
How do you write the text in the login form?
Answer
Find_element_by_id(āusername_fieldā).send_keys(āUSERNAMEā)
How do you write the text in the login form?
Find_element_by_id(āusername_fieldā).send_keys(āUSERNAMEā)