Selenium IDE - Set default speed to slow

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

    You can also use setspeed as variable, format is like this

    store javascript{setspeed=250} SpeedFast
    store javascript{setspeed=500} SpeedSlow
    

    Then you can easily finetune speed by just changing in one place

提交回复
热议问题