本文介绍了在 selenium 类型命令上不会触发 onchange 事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在输入一些值,在更改时进行总计.但不知何故,这个事件并没有被 selenium 类型命令触发.
I am typing some value, on change do a total. But somehow, this event is not getting fired with selenium type command.
我也试过 typeKey 和 typeAt ..但没有成功.有什么解决方法吗?
I also tried typeKey and typeAt ..But no success. Any workaround for this ?
推荐答案
要触发 onchange 事件,请尝试在 Selenium IDE 中添加此命令:
To trigger the onchange event, try adding this command in Selenium IDE:
fireEvent targetID 模糊
这篇关于在 selenium 类型命令上不会触发 onchange 事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!