Created
March 24, 2015 00:38
-
-
Save jt14den/ea6ae9897e3932ebf214 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding: utf-8 | |
| # In[3]: | |
| from splinter.browser import Browser | |
| # In[2]: | |
| from BeautifulSoup import BeautifulSoup | |
| # In[4]: | |
| browser = Browser('firefox') | |
| #browser = Browser('') | |
| # In[5]: | |
| browser.visit('http://tuikapp.tuik.gov.tr/Yapi_Izin_App/giris.zul?dil=ing') | |
| # In[6]: | |
| browser.reload() | |
| # In[6]: | |
| browser.find_by_xpath('//*[@class="z-menu-btn"]').first.click() | |
| # In[7]: | |
| browser.find_by_xpath('//*[@class="z-menu-item-cnt"]').first.click() | |
| # In[ ]: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment