using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;namespace Action委托
{internal class Program{static void PrintString(){Console.WriteLine("hello world.");}static void PrintInt(int …
此篇文章为总结性,将pystest、selenium、allure结合起来
功能如下,web自动化,输入baidu网站,搜索“雷军”、打开网页中第一条内容
tools.webkeys 相关文件见附件。
pytestsel.py如下:
import time
import re
impor…