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

Permission error when running "Power Platform Backup Environment" in Azure DevOps

 When we run action "Power Platform Backup Environment" in Azure Devops with an App Registration account, we get the error "P...