IntelliTect / TestTools

A collection of tools for aiding in test automation
MIT License
10 stars 7 forks source link

Addtl SendKeys fix #72

Closed PandaMagnus closed 4 years ago

PandaMagnus commented 4 years ago

Found a situation where a website is clearing the values in forms sent to it immediately after having the values input (but only the first time; something is probably loading in the background.) Wait for 250ms before checking for the correct value to capture this.

PandaMagnus commented 4 years ago

Been using this fix at a client for the last week. Going to get this pushed in since it's a fairly benign change.