240 发简信
IP属地:广东
  • 停止定时任务的Python脚本

    (crtl+c停止不了python 定时脚本执行的线程时,则需要kill python 进程) 1.进程id ps 2.kill 进程ID

  • 封装方法 find_xpath_name

    def find_xpath_name(self,name): elem = self.driver.find_element_by_x...

  • Resize,w 360,h 240
    xpath-@class、@resource-id 、@text

    一、微信-我的列表,左侧这一栏各个元素的定位,通过xpath-属性@class 和属性@instance //*[@class="com.ten...

  • Resize,w 360,h 240
  • Resize,w 360,h 240
    jmeter使用http代理录制

    1. 右键-》添加——非测试元件-》http代理 2.填写端口号、选择你录制的请求存放的路径,启动 3. 4. 5.苹果手机的坑: 先把jmet...

  • git 命令行常用

    cd /Users/dan/Desktop/a_test#在桌面建一个文件夹 git clone .ssh://git@git.testapi....

  • Resize,w 360,h 240
    selenium+chrome+python+jenkins实现ui自动化构建app包

    # -*- coding:utf-8 -*- from selenium import webdriver from selenium.webd...