当前位置:网站首页>[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 :
边栏推荐
- Is it safe to open an account in the College of Finance and economics? How to open an account?
- 挖财学院开户安全的吗?开户怎么开?
- P4408 [NOI2003] 逃学的小孩(树的直径)
- Réseau graphique: Qu'est - ce que le Protocole d'équilibrage de charge de passerelle glbp?
- 他做国外LEAD,用了一年时间,把所有房贷都还清了
- 如何有效对直流列头柜进行监测
- "Xiaodeng" domain password policy enhancer in operation and maintenance
- Netcore3.1 JSON web token Middleware
- 模板的进阶
- Parsing of XML
猜你喜欢
他做国外LEAD,用了一年时间,把所有房贷都还清了
Detailed explanation of openharmony resource management
雅思考试流程、需要具体注意些什么、怎么复习?
Hisilicon 3559 universal platform construction: YUV422 pit stepping record
[IELTS reading] Wang Xiwei reading P3 (heading)
公司要上监控,Zabbix 和 Prometheus 怎么选?这么选准没错!
Power operation and maintenance cloud platform: open the new mode of "unattended and few people on duty" of power system
How to avoid arc generation—— Aafd fault arc detector solves the problem for you
巩固表达式C# 案例简单变量运算
Tester's algorithm interview question - find mode
随机推荐
Illustrated network: what is gateway load balancing protocol GLBP?
JS 将伪数组转换成数组
How to apply for PMP project management certification examination?
[error reporting] "typeerror: cannot read properties of undefined (reading 'split')“
Continuous modification of business scenario functions
挖财学院开户安全的吗?开户怎么开?
JS how to realize array to tree
Chinese verification of JS regular expressions (turn)
What is the difference between port mapping and port forwarding
IELTS examination process, what to pay attention to and how to review?
URL和URI
If you open an account of Huatai Securities by stock speculation, is it safe to open an account online?
Hash table, hash function, bloom filter, consistency hash
圖解網絡:什麼是網關負載均衡協議GLBP?
公司要上监控,Zabbix 和 Prometheus 怎么选?这么选准没错!
如何有效对直流列头柜进行监测
Microservice
uniapp微信小程序拿来即用的瀑布流布局demo2(方法二)(复制粘贴即可使用,无需做其他处理)
URLs and URIs
华为200万年薪聘请数据治理专家!背后的千亿市场值得关注