Skip to content

Instantly share code, notes, and snippets.

View Kinetic27's full-sized avatar
🏠
Working from home

Kinetic27 Kinetic27

🏠
Working from home
View GitHub Profile
@Kinetic27
Kinetic27 / ChromeDriverHelper.kt
Created August 24, 2019 10:30
크롬 드라이버 귀찮은 코드들 도우미
/**
* @since 2018-08-24.
* @author Kinetic(@dev_kinetic)
*/
import org.openqa.selenium.By
import org.openqa.selenium.WebElement
import org.openqa.selenium.chrome.ChromeDriver
import org.openqa.selenium.support.ui.ExpectedConditions
import org.openqa.selenium.support.ui.WebDriverWait