사실 그냥 클릭 몇번하면 되지만 그냥 만들어봄 동행복권 로그인 / 충전 금액선택 / 충전 버튼까지 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC import time import os from tkinter import * def start_process(): # 크롬 웹드라이버 불러오기(같은폴더에 넣음) chromedriver_path = os.path.join( os.path.dirname(os.pat..