Wesley13 Wesley13
3年前
java+selenium+new——模拟鼠标右键操作——action类
!(https://oscimg.oschina.net/oscnet/6f2e0b63d2ffa2f75ebc582ab7bca039a55.jpg)packagerjcs;importorg.openqa.selenium.By;importorg.openqa.selenium.Keys;i
Stella981 Stella981
3年前
Docker Selenium
SeleniumHQ官方项目:https://github.com/seleniumHQ/dockerselenium(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FseleniumHQ%2Fdockerselenium)项目目前快速迭代中。<br
Stella981 Stella981
3年前
Docker + selenium + jenkins 并行跑自动化测试
背景目标:使用docker做UI自动化测试并在Jenkins运行调试环境:MocOS运行环境:Linuxubuntudocker涉及工具:docker,selenium,unittest,jenkins基本思路找一个适合做自动化的docker镜像,使用seleniumgrid远程执行selenium。镜像
Stella981 Stella981
3年前
Selenium使用及原理
1、Selenium介绍Selenium是一个Web测试工具,通过直接控制浏览器来实现Web测试,与真实用户操作完全一致。Selenium目前支持IE、Firefox、Chrome、Safari、Opera等浏览器,Selenium支持主流的操作系统平台Windows、Linux、Mac等,Selenium支持Java、Ruby、Python
Stella981 Stella981
3年前
Selenium
获取HTML源码fromseleniumimportwebdriverimportunittestclassTest_source(unittest.TestCase):defTest_getPageSource(self):url'ht
Python进阶者 Python进阶者
1年前
chrome老更新的话 driver怎么才能保持更新呢?
大家好,我是皮皮。一、前言前几天在Python最强王者交流群【鶏啊鶏。】问了一个selenium驱动器的问题,一起来看看吧。问题描述:有没有selenium用的比较多的大佬想问问一些selenium的定时任务关于chrome老更新的话driver怎么才能保
通过UI自动化方法测试登录功能
通过UI自动化方法测试登录功能,可以借助Selenium工具