When working with a test application, you can create individual steps that perform test actions. Creating individual steps means you do not have to re-record the visual test. Simply create additional actions against the test application as needed.
You can also create additional actions against non-visible controls using the Identify Object dialog box.
/BrowserApplication//BrowserWindow//input[@id='loginButton']If you have a textContents Login listed in the Locator Attribute table, you can manually change the locator to the following:
/BrowserApplication//BrowserWindow//input[@textContents='Login']The new locator displays in the Selected Locator text box.