Monday, August 1, 2011

Test autocomplete function with Selenium

Command "type" doesn't trigger the autocomplete box.

Solution:
To trigger the autocomplete box, use "typeKeys" after "type" command.

type           id=txtTicker SS
typeKeys   id=txtTicker I

No comments:

Post a Comment

Configuring CSP for Dynamics 365 Event Registration Forms with hCaptcha on Power Pages

When embedding Dynamics 365 event registration forms that use hCaptcha on Power Pages , you need to configure the Content Sec...