Pregunta:
What is an instance variable and how do you use it?
Autor: Ed HowardRespuesta:
Instance variables are declared in the class but outside the method. I used them in my coding for find elements in my page object model. We stored elements in the form of instance variables.
0 / 5 (0 calificaciones)
1 answer(s) in total