Jing
2018-12-09 23:38:08 UTC
Hi all,
I'm trying to use Selenium to visit this
page: https://1form.com/au/ams/login/index/, but it didn't manged to
display this page correctly, then I checked requests send by the browser.
Here're requests send by normal browser (opened by me)
[image: Screenshot from 2018-12-10 10-24-28.png]
But when I tried to visit this url by Selenium, it acted like this:
[image: Screenshot from 2018-12-10 10-24-17.png]
And here's my code:
from selenium import webdriver
browser = webdriver.Chrome()
loginUrl = 'https://1form.com/au/ams/login/index/'
browser.get(loginUrl)
I also tried Firefox, it acted like this as well.
I'm trying to use Selenium to visit this
page: https://1form.com/au/ams/login/index/, but it didn't manged to
display this page correctly, then I checked requests send by the browser.
Here're requests send by normal browser (opened by me)
[image: Screenshot from 2018-12-10 10-24-28.png]
But when I tried to visit this url by Selenium, it acted like this:
[image: Screenshot from 2018-12-10 10-24-17.png]
And here's my code:
from selenium import webdriver
browser = webdriver.Chrome()
loginUrl = 'https://1form.com/au/ams/login/index/'
browser.get(loginUrl)
I also tried Firefox, it acted like this as well.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/9e025718-6329-48e4-8dd8-c79ccf2c7f00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/9e025718-6329-48e4-8dd8-c79ccf2c7f00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.