Question:
What is an instance variable and how do you use it?
Author: Ed HowardAnswer:
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 ratings)
1 answer(s) in total