当前位置:网站首页>[selenium automation] common notes
[selenium automation] common notes
2022-07-05 00:14:00 【linrui7】
Commonly used annotations
@Test
@BeforeMethod test Before method execution
@AfterMethod test After method execution
@BeforeClass After class initialization
@AfterClass Before class destruction
static WebDriver webDriver;
@Test
public void test1() {
System.out.println("Test");
}
@BeforeMethod
public void test2() {
webDriver = new ChromeDriver();
System.out.println("BeforeMethod");
}
@AfterMethod
public void test3() {
webDriver.quit();
System.out.println("AfterMethod");
}
@BeforeClass
public void test4() {
System.out.println("BeforeClass");
}
@AfterClass
public void test5() {
System.out.println("AfterClass");
}
Execution results :
边栏推荐
- How to save your code works quickly to better protect your labor achievements
- Microservice
- PermissionError: [Errno 13] Permission denied: ‘data. csv‘
- Jar batch management gadget
- [kotlin] the third day
- Illustrated network: what is gateway load balancing protocol GLBP?
- Ap8022 switching power supply small household appliances ACDC chip offline switching power supply IC
- Is it safe to open an account in the College of Finance and economics? How to open an account?
- How to reduce the stock account Commission and stock speculation commission? Is it safe to open an online account
- Chinese verification of JS regular expressions (turn)
猜你喜欢

Fast parsing intranet penetration helps enterprises quickly achieve collaborative office

微服务(Microservice)那点事儿

The waterfall flow layout demo2 (method 2) used by the uniapp wechat applet (copy and paste can be used without other processing)

Fs8b711s14 electric wine bottle opener MCU IC scheme development special integrated IC

Ap8022 switching power supply small household appliances ACDC chip offline switching power supply IC
![[IELTS reading] Wang Xiwei reading P3 (heading)](/img/19/40564f2afc18fe3e34f218b7b44681.png)
[IELTS reading] Wang Xiwei reading P3 (heading)

js如何实现数组转树
![P3304 [sdoi2013] diameter (diameter of tree)](/img/5c/984675bf4517481f80f54657c6c7ad.png)
P3304 [sdoi2013] diameter (diameter of tree)

Specification for fs4061a boost 8.4v charging IC chip and fs4061b boost 12.6V charging IC chip datasheet

Summer challenge brings you to play harmoniyos multi terminal piano performance
随机推荐
OpenHarmony资源管理详解
Ap8022 switching power supply small household appliances ACDC chip offline switching power supply IC
Netcore3.1 JSON web token Middleware
积分商城游戏设置的基本要点
Chinese verification of JS regular expressions (turn)
AcWing164. 可达性统计(拓扑排序+bitset)
[IELTS reading] Wang Xiwei reads P4 (matching2 paragraph information matching question [difficult])
Design of emergency lighting evacuation indication system for urban rail transit station
Nine Qi single chip microcomputer ny8b062d single key control four LED States
[kotlin] the third day
P4408 [noi2003] truant children (tree diameter)
(script) one click deployment of any version of redis - the way to build a dream
【路径规划】RRT增加动力模型进行轨迹规划
【雅思阅读】王希伟阅读P3(Heading)
PMP certificate renewal process
Build your own minecraft server with fast parsing
基本放大电路的学习
2022.07.03(LC_6111_统计放置房子的方式数)
Fs8b711s14 electric wine bottle opener MCU IC scheme development special integrated IC
Upload avatar on uniapp