Crawling1 Python : Selenium의 Webdriver Webdriver는 여러가지 버전이 존재한다. 내가 이번에 쓴 driver는 chromedriver로 https://www.seleniumhq.org/docs/03_webdriver.jsp Selenium WebDriver — Selenium Documentation Fetching a Page The first thing you’re likely to want to do with WebDriver is navigate to a page. The normal way to do this is by calling “get”: driver.get("http://www.google.com"); driver.Url = "http://www.google.com"; driver.get "http://www.googl.. 2020. 4. 21. 이전 1 다음