InterviewSolution
| 1. |
What Is Element Finder? |
|
Answer» The Element FINDER is NOTHING but elements PRESENT in the web page, we will get this as RESULT of element (by. locator ("locator value")) Element Finder can be used to build a chain of locators that is used to find an element. An Element Finder does not actually attempt to find the element until an action is called, which means they can be set up in helper files before the page is available. The Element Finder is nothing but elements present in the web page, we will get this as result of element (by. locator ("locator value")) Element Finder can be used to build a chain of locators that is used to find an element. An Element Finder does not actually attempt to find the element until an action is called, which means they can be set up in helper files before the page is available. |
|