Skip to content

Instantly share code, notes, and snippets.

View tsboj17's full-sized avatar

Roland Lukács tsboj17

  • Budapest, Hungary
View GitHub Profile
### Keybase proof
I hereby claim:
* I am tsboj17 on github.
* I am tsboj17 (https://keybase.io/tsboj17) on keybase.
* I have a public key ASDCI1hs7is2VJSDHcundDg37YSPyz1YyR1miS4nEUCq_go
To claim this, I am signing this object:
@tsboj17
tsboj17 / cinemacity.py
Last active February 3, 2016 12:03
A little selenium script checks the booking button is appeared on the movie page
#!/usr/bin/python
import sys
from selenium import webdriver
from selenium.common.exceptions import NoSuchElementException
import unittest
from pyvirtualdisplay import Display
def can_be_booked_the_movie(movie_title):
display = Display(visible=0, size=(1024, 768))