What will happen if you pass Hindi words in sendKeys method in Selenium Webdriver.
Question: What will happen if you pass Hindi words in sendKeys method?
Answer: Selenium webdriver will type Hindi font in text box which is intended behavior of sendkeys method.
Java program:
Output:
Author: Amod Mahajan
My name is Amod Mahajan and I am an IT employee with 6+ years of experience in Software testing and staying in Bengaluru. My area of interest is Automation testing. I started from basics and went through so many selenium tutorials. Thanks to Mukesh Otwani as his tutorials are easy and cover basics to advance. I have habit of exploring concepts by deep diving. I used to make notes. I thought of sharing my knowledge through posts and now I am here. #KeepLearning #ShareLearning
Sir, Can you guide me on how to write hindi words?
Hi Amod,
For this I am getting WebDriverException.
Hi, Can you paste complete exception log.