随笔分类 -  web前端

How to generate Google access_token to login web application in web automation
摘要:Introduction This page is to address how to generate a Google access_token of test user, and pass it to an authorization API (for example, verify/logi 阅读全文
posted @ 2025-02-13 16:34 forwill 阅读(169) 评论(0) 推荐(0)
Chrome headless在Linux上运行
摘要:自动化测试中,web页面的用例一般会用selenium+Chrome Headless方式在Linux上运行,那么需要对Chrome进行以下的设置: import time from selenium import webdriverfrom selenium.webdriver.chrome.op 阅读全文
posted @ 2021-04-01 14:16 forwill 阅读(734) 评论(0) 推荐(0)
AnjularJS 学习
摘要:一个不错的学习AnjularJS的网站,可以在线实践:http://www.runoob.com/angularjs/angularjs-tutorial.html 阅读全文
posted @ 2018-03-27 15:03 forwill 阅读(104) 评论(0) 推荐(0)