当前位置:网站首页>All codes of selenium
All codes of selenium
2022-07-24 03:06:00 【Move code】
package com.jiyun;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.interactions.TouchScreen;
import org.testng.Assert;
import org.testng.Reporter;
import org.testng.annotations.Test;
import java.io.File;
import java.io.IOException;
import java.util.*;
import java.util.concurrent.TimeUnit;
/**
* @author syx
* @create 2022-03-27 17:44
*/
public class TestDome3 {
public static FirefoxDriver driver;
@Test(enabled = true,description = "cesi1")
public static void openFirefox() throws IOException {
try {
System.setProperty("webdriver.firefox.bin","E:\\huohu\\firefox.exe");
driver = new FirefoxDriver();
边栏推荐
- Nirvana rebirth! Byte Daniel recommends a large distributed manual, and the Phoenix architecture makes you become a God in fire
- I developed an app similar to wechat runnable applet with fluent
- Go IO operation - file write
- Liveqing live RTMP on demand video streaming platform how to carry the Sid and token returned by the login interface to call authentication streamtoken video streaming authentication
- LeetCode-栈和队列刷题
- The solution of using non root user management in secure stand-alone database under general machine environment
- Connected graph (day 72)
- Unity 消息推送
- Programmers can't JVM? Ashes Engineer: all waiting to be eliminated! This is a must skill!
- Daily gossip (I)
猜你喜欢
随机推荐
String.split() the most detailed source code interpretation and precautions
自定义kindeditor富文本默认的宽高
og seo
198. House raiding
SIGIR‘22 推荐系统论文之多样性篇
Unity Message push
The implementation in unity determines whether missing or null
uva1467
Ways to improve the utilization of openeuler resources 01: Introduction
kettle
Ugui source code analysis - iclippable
The new idea 2022.2 was officially released, and the new features are nice
JVM initial
Hcip --- BGP comprehensive experiment
Lcd1602——斌哥51
Analyze the overall planning of steam and maker education classroom
Microsoft win11/10 package manager Winget will support the installation of applications from zip files
Attack and defense world web practice area (weak_auth, simple_php, xff_referer)
What is the security of Treasury reverse repo
在openEuler社区开源的Embedded SIG,来聊聊它的多 OS 混合部署框架

![[hdlbits questions] Verilog language (2) vectors](/img/eb/125c9a7781391dc53e37ce347a475d.png)






