niharika gaur
niharika gaur

Reputation: 89

I want to change URL in same window or modify the url

I want to change URL from < support.tomtom.com/app > to < support.tomtom.com/app/contact > in the same window.

I am using Selenium web driver.

Upvotes: 1

Views: 18873

Answers (1)

Jordan Benyon
Jordan Benyon

Reputation: 320

driver.navigate().to("https://support.tomtom.com/app/contact/") 

but like Thomas said, please read that link before asking a question

Upvotes: 12

Related Questions