1.安装火狐浏览器,53版本 

   下载安装浏览器后,高级里设置浏览器不自动更新:

1.web自动化-selenium IDE安装,使用,常用命令

 

1.web自动化-selenium IDE安装,使用,常用命令

1.web自动化-selenium IDE安装,使用,常用命令

安装重启后:工具-selenium IDE

1.web自动化-selenium IDE安装,使用,常用命令

 

1.打开selenium IDE:

           Ctrl+Alt+s 快捷键

           工具-selenium IDE

1.web自动化-selenium IDE安装,使用,常用命令

 

 

2.70版本火狐:中安装seleniumIDE

1.web自动化-selenium IDE安装,使用,常用命令

官网添加selenium IDE

https://addons.mozilla.org/en-GB/firefox/addon/selenium-ide/versions/

1.web自动化-selenium IDE安装,使用,常用命令

 

1.web自动化-selenium IDE安装,使用,常用命令

 

录制后导出为python

1.web自动化-selenium IDE安装,使用,常用命令

1.web自动化-selenium IDE安装,使用,常用命令

打开导出的文件显示如下:

1.web自动化-selenium IDE安装,使用,常用命令

 

常用命令:

open () 打开

pause() 暂停

goback() 浏览器返回

refresh()刷新

click() 单击:链接、按钮、复选框、单选框

type()输入的指定值

close()关闭

例:

1.web自动化-selenium IDE安装,使用,常用命令

相关文章:

  • 2022-12-23
  • 2021-09-09
  • 2021-11-10
  • 2021-06-05
  • 2023-03-22
猜你喜欢
  • 2021-07-20
  • 2022-12-23
  • 2021-07-30
  • 2021-07-11
  • 2021-10-30
相关资源
相似解决方案