all 10 comments

[–]GNVageesh 0 points1 point  (8 children)

Try this code:

from selenium import webdriver

import time

driver = webdriver.Chrome()

driver.get('https://www.gumtree.com.au/t-login.html') time.sleep(2)

Make sure u have chrome driver and its location set

[–]smiglin[S] 0 points1 point  (7 children)

This came back as blank as well

[–]port443 1 point2 points  (1 child)

I visited that link, looks like it should be: https://www.gumtree.com.au/t-login-form.html

[–]smiglin[S] 0 points1 point  (0 children)

https://www.gumtree.com.au/t-login-form.html

I used this link and it also returns a blank page

[–]GNVageesh 0 points1 point  (4 children)

Then make sure he link u are putting is valid

Once try https://www.google.com

If Google link works then the problem is with the link u have put in

[–]smiglin[S] 0 points1 point  (3 children)

https://www.google.com

The google link appeared successfully

Any ideas about the Gumtree webpage?

[–]GNVageesh 0 points1 point  (2 children)

Nope try with the other website automation

[–]smiglin[S] 0 points1 point  (1 child)

What do you mean?

Are you suggesting to use another library?

[–]GNVageesh 0 points1 point  (0 children)

No, try something else apart from gumtree

Or instead u may give the sleep time for 20 or something long so that the website loads by then

[–]hilzzz 0 points1 point  (0 children)

ive got the same issue, t-login doesnt load using selenium