Interview Questions

SELENIUM REAL TIME INTERVIEW QUESTIONS - How to handle internationalisation through web driver?stomize the name of file going to be downloaded?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

SELENIUM REAL TIME INTERVIEW QUESTIONS - How to handle internationalisation through web driver?stomize the name of file going to be downloaded?

FirefoxProfile profile = new FirefoxProfile();

profile.set Preference("intl.accept_languages","jp");

Web driver driver = new FirefoxDriver(profile); driver.get(google.com) will open google in Japanese Lang

(Continued on next question...)

Other Interview Questions