会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
二零一五
博客园
首页
新随笔
联系
订阅
管理
[置顶]
linux 安装jmeter使用以及涉及的指令
摘要: 一、jdk安装 1、通过xftp 将压缩包存放到指定文件夹 2、解压:tar -zxvf 文件名 3、编辑配置文件 如果账号权限不够先执行指令:sudo -i 3.1、vim /etc/profile 打开配置文件 3.2、维护好配置信息 export JAVA_HOME=/home/sauser/
阅读全文
posted @ 2023-02-07 11:07 二零一五
阅读(369)
评论(0)
推荐(0)
2018年4月7日
火狐工具使用帮助:
摘要: 火狐工具使用帮助: 1、 fireBug 这个只有以前的老版本才有下载,最新版本不包含这个模块 2、 firepath用来定位CSS、xpath之类的 Xpath定位验证,如果是手工写xpath的话,可以通过截图横线处进行回车验证,如果有多个则说明不是唯一,辣么我们的selenium自动化的时候就可
阅读全文
posted @ 2018-04-07 19:44 二零一五
阅读(159)
评论(0)
推荐(0)
selenium 中xpath定位的几种方式
摘要: #-*-coding:utf-8-*-from selenium import webdriverfrom time import sleepfrom selenium.webdriver.common.action_chains import ActionChainsdriver = webdri
阅读全文
posted @ 2018-04-07 17:46 二零一五
阅读(492)
评论(0)
推荐(0)
selenium 上传文件
摘要: #-*-coding:utf-8-*-from selenium import webdriverfrom time import sleep#前提条件,需要提前登录账户,获取配置文件才能打开随笔的编辑页面#火狐找到配置文件路径:帮助>故障排除信息>配置文件夹>显示文件夹#应用场景,主要是做免登录操
阅读全文
posted @ 2018-04-07 17:45 二零一五
阅读(215)
评论(0)
推荐(0)
selenium 添加浏览器配置
摘要: #-*-coding:utf-8-*-from selenium import webdriverfrom time import sleep#火狐找到配置文件路径:帮助>故障排除信息>配置文件夹>显示文件夹#应用场景,主要是做免登录操作profileDir = "C:\Users\Administ
阅读全文
posted @ 2018-04-07 17:45 二零一五
阅读(201)
评论(0)
推荐(0)
selenium 获取属性方法
摘要: #-*-coding:utf-8-*-from selenium import webdriverfrom time import sleepdriver = webdriver.Firefox()url = "https://www.baidu.com/"# url = "http://www.c
阅读全文
posted @ 2018-04-07 17:45 二零一五
阅读(2748)
评论(0)
推荐(0)
selenium css 定位的几种常用方法
摘要: #-*-coding:utf-8-*-from selenium import webdriverfrom time import sleepfrom selenium.webdriver.common.action_chains import ActionChainsdriver = webdri
阅读全文
posted @ 2018-04-07 17:45 二零一五
阅读(1365)
评论(0)
推荐(1)
2018年3月19日
selenium 学习中的错误和处理方法
摘要: 出错情况一:如果打开浏览器没有报错,但是没有输入对应的网址信息参考错误为: 解决方式:浏览器版本和对应的driver版本不一致(下载对应的版本信息 http://blog.csdn.net/ccggaag/article/details/76094025) 可以参考地址 错误二:之前鼠标事件经常实现
阅读全文
posted @ 2018-03-19 09:53 二零一五
阅读(244)
评论(0)
推荐(0)
公告