def main(stores): # 사이트 접속, 드라이버 생성, 일감 분장, 로그인 driver = naver.initProcess(naver.downPath, naver.downPath_win, shop, stores) try: naver.clickMoveStore(0, "", driver, naver.data["moveStore"]) except Exception: print("스토어 이동 클릭 실패") makeBrandList(driver)
def main(stores): # 사이트 접속, 드라이버 생성, 일감 분장, 로그인 driver = naver.initProcess(downPath, downPath_win, shop, stores) # 메인 비즈니스 로직 doProcess(driver, stores) driver.quit()