Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

SOLVED: Selenium code not executing after driver.get

leo:

I am trying to Automate a website.I used driver,get() to access the page and did a couple of actions.Next I had to navigate to a certain page in that website and used driver.get() to access this. On executing the script works till that part,post this it simply stops and does not event do a print statment.At the end I get a timeout exception.I am not able to figure out where it is failing.


```code to automate which works well until here```
guid="48bc1201-3929-42af-85cf-50e89b53a800"
#guid=guid

url=baseurl+"#/loan/{"+ str(guid) + "}/summary"

print("qqw" + url)
driver.get(url)

#print functionality also does not happen.Basically the code freezes

print("next execution")

PS: the portion in Code code to automate which works well until here indicates that I used all functionalities until here and they were working



Posted in S.E.F
via StackOverflow & StackExchange Atomic Web Robots


This post first appeared on Stack Solved, please read the originial post: here

Share the post

SOLVED: Selenium code not executing after driver.get

×

Subscribe to Stack Solved

Get updates delivered right to your inbox!

Thank you for your subscription

×