python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Script to send keys to a specific process that has duplicate name
I'm new here so I apologize for any errors in my question.
I'm writing a powershell script to uninstall a program, I need it to send keys to that program to click through the parts asking for user inp...
AscendedMind
Votes: 0
Answers: 1
2 Problems with SendKeys ^ escaped with "{^}" output & on DE key layout and ctrl was used in all escaped cases to the end of line
I want to use SendKeys to enter a password.
When i use ^ in the string and it was wrapped with {} like SendKeys want it, the output of SendKeys is an & on DE (DE) key layout on EN (US) key layout...
Fabismus
Votes: 0
Answers: 1
SendKeys to Rich Text editor Selenium?
I wonder if someone can help me out. I can't find a way to 'sendkeys' to a rich text editor (Description) on my app. The code is the following:
https://i.stack.imgur.com/sk6Xg.png

Mihai Nicorec
Votes: 0
Answers: 2
selenium modify html read only input element with python?
Im trying to use selenium to clear a text field from a 'read only' input field.
This part of the code, although i don't get errors, it doesn't work:
from selenium.webdriver.common.keys import Keys
...
jfr01
Votes: 0
Answers: 1