这篇文章主要讲window相关的接口方法,主要是用来控制浏览器窗口的大小。
package com.ming.Selenium;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.Point;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Window {
public static void main(String[] args) throws InterruptedException {
WebDriver driver = new ChromeDriver();

最低0.47元/天 解锁文章
2354

被折叠的 条评论
为什么被折叠?



