Maya
Maya

Reputation: 7213

Selenium: Taking forever to open browser

It is taking forever for Selenium to open browser. Command line shows the following:

It looks like your baseUrl (http://localhost/indico) is pointing to a file, not a directory (it doesn't end with a /). We're going to have to strip off the last part of the pathname.

Upvotes: 1

Views: 793

Answers (2)

lAH2iV
lAH2iV

Reputation: 1159

Create a folder with name indico and then keep your html files in it.

Now give http://localhost/indico/ as base url and /main as absolute URL which appends the base url and become http://localhost/indico/main .

Regards

Upvotes: 1

Guy
Guy

Reputation: 14790

The firefox driver is much faster than the ie one. Maybe you should start off with that one and continue from there.

Upvotes: 1

Related Questions