added images

This commit is contained in:
harismuneer 2018-08-23 19:56:41 +05:00
parent 006bb3e8c8
commit bdfea0a7d6
6 changed files with 3 additions and 1 deletions

BIN
Code/chromedriver Normal file

Binary file not shown.

BIN
Code/chromedriver.exe Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
https://www.facebook.com/hamzatrq

View File

@ -615,8 +615,9 @@ def login(email, password):
# clicking on login button
driver.find_element_by_id('loginbutton').click()
except:
except Exception as e:
print("There's some error in log in.")
print(sys.exc_info()[0])
exit()

BIN
images/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
images/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB