Skip to content

Instantly share code, notes, and snippets.

View AMHZR's full-sized avatar
🎯
Focusing

Aamir Hussain AMHZR

🎯
Focusing
View GitHub Profile
@AMHZR
AMHZR / views.py
Created September 22, 2012 18:14
save2indivo
selected_text
@AMHZR
AMHZR / Selenium Test Case Example
Created March 24, 2014 11:53
If you are new to selenium test case this is the first case you should write..
import unittest
import time
import re
import os
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import Select
from selenium.common.exceptions import NoSuchElementException