<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekoyukimmm</author_name>
  <author_url>https://blog.hatena.ne.jp/nekoyukimmm/</author_url>
  <blog_title>ねこゆきのメモ</blog_title>
  <blog_url>https://nekoyukimmm.hatenablog.com/</blog_url>
  <categories>
    <anon>selenium</anon>
    <anon>Python</anon>
  </categories>
  <description>ちょと、seleniumを試す。 &gt;pip install selenium で、下記から、chromedriver.exeをゲットする。 sites.google.com そいつをパスpathが通っている、/usr/local/binに放り込む。 で、 In [1]: from selenium import webdriver In [6]: d = webdriver.Chrome() In [7]: d.get('http://www.yahoo.co.jp') In [9]: d.quit() お、動く。 Selenium - Web Browser Automation</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekoyukimmm.hatenablog.com%2Fentry%2F2017%2F04%2F27%2F164336&quot; title=&quot;&amp;lt;Python, selenium&amp;gt; Chromeを動かしてみた。 - ねこゆきのメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-04-27 16:43:36</published>
  <title>&lt;Python, selenium&gt; Chromeを動かしてみた。</title>
  <type>rich</type>
  <url>https://nekoyukimmm.hatenablog.com/entry/2017/04/27/164336</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
