Selenium IDE - Set default speed to slow

后端 未结 3 658
慢半拍i
慢半拍i 2021-02-14 04:54

Everytime when I run Selenium IDE the speed control is set to \"fast\" It is possible to set the speed control per default to \"slow\"?

3条回答
  •  既然无缘
    2021-02-14 05:19

    To expand on MacGyver's response, you can put the setSpeed anywhere in your tests, not just at the beginning. For example, you can use setSpeed = 0 when checking for static elements on a page, then change setSpeed to something greater to test things like text entry, etc.

提交回复
热议问题