Conteúdo do Curso
Introduction to QA Automation Testing
Introduction to QA Automation Testing
4. Intro to Intermediate Automation Testing
Selenium - Interacting with Web Elements II
- getText
method: The getText
method is available with almost all kinds of elements which may contain some text. It can be used to get the textual data enclosed within the element;
- getAttribute
method: The getAttribute
method can be used for retrieving the value of any attribute related to an element;
- clear
method: This method is useful in quickly clearing the value of an input or text field;
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 5