0

is there any plugin that will work with javascript controls like slidebars and dropdown lists? My qtp recognize only them as WebElement and if i wanna select something from dropdownlist i simply can't. The javascript framework is Prototype JavaScript framework.

vivid
  • 1,115
  • 2
  • 14
  • 34

1 Answers1

0

QTP doesn't support prototypejs out of the box. However you can create a Web-Extensibility project to support specific controls (if you do please share with the rest of the community).

You can find a bit of information on how to get started here.

Community
  • 1
  • 1
Motti
  • 110,860
  • 49
  • 189
  • 262