When you record a test case with the Open Agent,
Silk Test Classic creates locator keywords in an INC file to create scripts that use dynamic object recognition and window declarations. This test case will click the
Enter GMO OnLine button in the GMO sample application.
The generated test script should look similar to the following:
testcase EnterGMOOnLine ()
recording
WebBrowser.BrowserWindow.BSubmit.Click(MB_LEFT, 51, 20)
The location of the click may vary, depending on the resolution of your screen and the size of the browser window.