Skip to content

Instantly share code, notes, and snippets.

@jt14den
Created March 24, 2015 00:38
Show Gist options
  • Select an option

  • Save jt14den/ea6ae9897e3932ebf214 to your computer and use it in GitHub Desktop.

Select an option

Save jt14den/ea6ae9897e3932ebf214 to your computer and use it in GitHub Desktop.
# 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