ANUNAYA THAKUR
ANUNAYA THAKUR
Thanks @StephanB75 but I need it for Android
the above exception is thrown because the driver ie never initialized, use the new keyboard to initialize the driver
Thanks @jlipps I tried appcapabilities.AddAdditionalCapability("imageMatchThreshold","0.9"); but still it does not overwrite 
Thanks @jlipps . How do I change the settings in C# binding. when I do driver.Settings, it pops up with an error method not found.
Does you window has a splash screen?
Then you need to create a root session and switch to the opened window: ``` string mainWindowTitle = ""; var allProcesses1 = Process.GetProcesses(); foreach (Process process in allProcesses1) { if...
I too tried that but this is not possible.
Have you checked the keyboard configuration in that system. Also which language bindings are you using.
Sendkeys has issues. It does not get disposed even after driver.quit(). I have created a custom method using System.Windows.Forms and using the clipboard class which will emulate copy and paste,...
Can you share the code?