Skip to content

Instantly share code, notes, and snippets.

@tdaniely
tdaniely / Main.java
Last active July 8, 2018 11:52
Interweave cdp4j with selenium
package com.company;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import io.webfolder.cdp.session.SessionFactory;
import org.openqa.selenium.HasCapabilities;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeDriverService;