added images
This commit is contained in:
parent
006bb3e8c8
commit
bdfea0a7d6
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
https://www.facebook.com/hamzatrq
|
||||
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue