Translate Any Language to English

This robot translate any language to English.

Benefits:

⦁ More fast and accurate way of translating data to English.

⦁ Displays the output.

⦁ Reduces the manual effort and time for getting data.

Workflow

Working:

Show Input Message box activity receives the text that needs to be translated to be in English from the user. In the input message section, there is the message displayed for the user. The input entered by the user is stored as a variable at the output.

Open Web Browser activity opens the web browser with the user specified URL. We can select the required web browser to open browser path and also the web page to load after the browser is opened I.e., https://translate.google.co.in/. The variable name referred to the opened web browser is obtained at the output.

Set Text activity sets a user specified text on to the browser. We can give the output variable from the show input message activity in order to set the user specified text as the input. There are two ways in which we can add values to the selectors of the user specified web element. One way is by manually entering the selector values of the specific web elements and the other way is by using the selector indicator. The selector indicator is highlighted in the below image.

he user can use the selector indicator in the target field to add the selected web element.

User can directly remove each of the selectors of a web element listed in the editor window by clicking on the X button.

  • Get Text activity retrieves the translated text from the browser. Here also we can add value to the selector by using the selector indicator.

Close Web browser activity closes the web browser that opened using the open web browser activity.

Show message activity displays the output, i.e., the translated text of the user provided input.

INPUT

OUTPUT

Last updated