PhantomJS python issue PhantomJS python issue selenium selenium

PhantomJS python issue


It is a good practice to add an implicit wait of at-least 10 seconds , for allowing the target page element/s to load completely.

driver.implicitly_wait(10)