Skip to content

Instantly share code, notes, and snippets.

View Kinetic27's full-sized avatar
๐Ÿ 
Working from home

SeokJin Hong Kinetic27

๐Ÿ 
Working from home
View GitHub Profile
# https://stu.goe.go.kr/sts_sci_md01_001.do?schulCode=J100005580&schulCrseScCode=4&schulKndScCode=04&schMmealScCode=2&schYmd=2019.12.3
@Kinetic27
Kinetic27 / ChromeDriverHelper.kt
Created August 24, 2019 10:31
ํฌ๋กฌ ๋“œ๋ผ์ด๋ฒ„ ๊ท€์ฐฎ์€ ์ฝ”๋“œ๋“ค ๋„์šฐ๋ฏธ Main.kt๋Š” ์˜ˆ์ œ.
/**
* @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
@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