Im trying to use selenium
for pages like this with chromedriver
:
http://shironet.mako.co.il/artist?type=lyrics&lang=1&prfid=202&wrkid=2473
The problem is that Selenium
always wait until the page is finish to load (for example the youtube
player there).
I'm only interesting in the html
source so I Don't want to wait this long.
How can I make my program not to wait? I'm using python
.
(I'm using selenium
cause urllib
didn't work for this website)