Wikis - Page

SilkTest tool: Looking for equivalent of GetHelpText() with Open Agent.

0 Likes

Scenario:

  • Move the mouse over to an object (which is not recognized by silk) using Co-ordinates.
  • The tool tip will be displayed.
  • Silk test tool was able to capture the tool tip using the GetHelpText() using Silktest Classic agent.
  • Now that we are using the SilkTest Open agent, GetHelpText() is not working.

 

Code:

                                                [ ] this.MoveMouse(p1.x, p1.y)

                                                [ ] sleep (1)

                                                [ ] STRING s = this.GetHelpText()

 

I’m Looking for equivalent of GetHelpText() with Open Agent

NOTE: this.GetProperty("$ToolTipText") is not working. FYI

Labels:

Silk Test
Comment List
Related
Recommended