This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
IE Driver getCurrentUrl() issue #132
Closed
Description
Hi,
I am using protractor runner to kick start Selenium with IEDriver using
seleniumArgs: ['-Dwebdriver.ie.driver=IEDriverServer.exe']
in the config file.
Selenium with IEDriver works just fine and i can see the specs getting executed in the IE 10 browser.
But i am facing just one issue getCurrentUrl() API always returns the entry URL which was used in the first ptor.get and doesn't show any updates.
Though the page hashes are changing in the IE browser during spec execution getCurrentUrl() API always return the first get URL.
Note : Application is based on manual bootstrap with #/page based links.
Any suggestions?
Thanks in advance