

- #Chrome extension called quick language switcher how to
- #Chrome extension called quick language switcher update
In the newly added property line, change the name to spanish for better recognition, then click on More (.) under the Value column. In the command toolbar, click Add to add a custom profile. Go to Project > Settings > Desired Capabilities > Custom. Do as follows:Ĭreate a new custom profile in Desired Capabilities.
#Chrome extension called quick language switcher how to
The following example shows you how to create a custom profile with Spanish as the testing language.
#Chrome extension called quick language switcher update

With this code, you can manipulate the locales of the testing browsers.ĭesired Capabilities can be reused across projects. Switch to the Script tab of your Test Case.Ĭopy and paste the below code into your test script.You can learn more about this here: Configured Desired Capabilities You can find other language codes for Chrome here: language code.Īfter defining Test Case Variables, we override default language settings in Chrome by using Configured Desired Capabilities. In our example, the Default Value is fr, the language code for French. Switch to the Variables tab of your Test Case.Go to File > New > Test Case.Ĭreate Test Case Variables. In the following example, we configure a test case with a specific browser locale, like French.Ĭreate a New Test Case. Sample test suite with data binding support.Ĭreate a test case to test one language Sample test cases run with multiple locales. Here is a sample project you can download as a.
