Getting Started
IDE & Navigation
Properties & Tools
Element locator is a string used to identify an element or a group of elements on the web applications. It is required by most of mScript functions that interacts with UI applications like web applications. For example $click('id=submitBtn') clicks on the button that is identified with id=submitBtn.
There are several ways to specify the locator as described in plugin mScript functions. For web application you can identify the elements by: