selenium-ide web 自动化录制工具

https://www.selenium.dev/selenium-ide/ 官方下载插件安装

http://www.winwin7.com/soft/12693.html 官方下载不下来用这个安装的,拖过去安装

selenium的IDE插件进行录制和回放并导出为python/java脚本(10)_selenium ide脚本导出-CSDN博客

复制代码
# Generated by Selenium IDE
import pytest
import time
import json
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.support import expected_conditions
from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities

class TestTest1():
  def setup_method(self):
    self.driver = webdriver.Chrome()
    self.vars = {}
  
  def teardown_method(self):
    self.driver.quit()
  
  def test_test1(self):
    self.driver.get("https://www.baidu.com/")
    time.sleep(5)
    self.driver.maximize_window()
    time.sleep(5)
    self.driver.find_element(By.ID, "kw").click()
    time.sleep(5)
    self.driver.find_element(By.ID, "kw").send_keys("ubuntu使用")
    time.sleep(5)
    self.driver.find_element(By.ID, "su").click()
    time.sleep(5)
  
if __name__ == '__main__':
  test = TestTest1()
  test.setup_method()
  test.test_test1()
  test.teardown_method()
相关推荐
wanzhong23331 小时前
解决vscode在win下使用cuda无法跳转库函数的问题
ide·vscode·编辑器·cuda·高性能计算
天竺鼠不该去劝架2 小时前
财务自动化怎么做?财务RPA选型清单与路径
人工智能·科技·自动化
b***25113 小时前
18650电池点焊机:新能源制造中的精密焊接技术解析
自动化
DO_Community3 小时前
从零开始,用 n8n 设计可扩展的自动化工作流
运维·ai·自动化·devops
deephub4 小时前
Anthropic 开源 Bloom:基于 LLM 的自动化行为评估框架
人工智能·python·自动化·大语言模型·行为评估
weixin_404679314 小时前
vscode 配置cpp调试环境
数据库·ide·vscode·编辑器
成为你的宁宁4 小时前
【基于 GitLab Webhook 的 Jenkins 自动触发构建实现手册:涵盖概念原理、环境配置、故障处理及 Tag/Commit 维度参数化构建实践】
自动化·gitlab·jenkins
weixin_404679314 小时前
解决vscode, cpp库包找不到问题
ide·vscode·编辑器
宇钶宇夕4 小时前
博图(TIA Portal)V21 相较于 V20,其核心提升聚焦于工程效率、软件性能和面向未来硬件平台的支持
自动化·软件工程
企微自动化4 小时前
企业微信外部群:高频主动推送下的流量整流与熔断设计
自动化·企业微信