Selenium IDE - Set default speed to slow

后端 未结 3 657
慢半拍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:20

    Put this command in the beginning of your script:

    Command: setSpeed
    Target: 3000

    The IDE has a slow speed and a fast speed. However, this is more precise so you can control the delay per command in milliseconds. This example will have it wait 3 seconds per command.

提交回复
热议问题