Open akheelassadi opened 1 year ago
As of now only english is supported.
Hi, I hope you have found a solution till now. I would like to hear your solution as well. Here is what I am doing, I am sending alt+shift key sequence before typing any text.
Currently am facing an issue with sending keys to the input field as per the German keyboard layout. My application is launched in german language and when I try to send keys using selenium method (SendKeys()), the values are passed as per the english keyboard layout. Below are the things I tried which did not work out:
Does anyone has a solution to it?