Saturday, April 12, 2008

HtmlText object not a Parent

Three years ago, we have upgraded Silktest version to 6.5. At that time, Silktest identified HtmlText objects as parent objects. We changed our scripts lot and it was difficult to manage the scripts release by release. Then I found that we need to set a Agent option in Silktest. You can avoid this by two ways.


  • By coding. You need to use this statement after invoking the browser object => BrowserPage.SetUserOption("ShowOverflow", FALSE,USEROPT_DEFAULT)

  • By configuration. Add ShowOverflow=FALSE under [Options] in extend\domex.ini

No comments: