onchange event does not get fired on selenium type command
问题 I am typing some value, on change do a total. But somehow, this event is not getting fired with selenium type command. I also tried typeKey and typeAt ..But no success. Any workaround for this ? 回答1: To trigger the onchange event, try adding this command in Selenium IDE: fireEvent targetID blur 回答2: Firefox has a bug which prevents some events from being executed while the browser window is out of focus. This could be an issue when you're running your automation tests - which might be typing