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)
How can I use touchAction with Selenium 4's w3c protocol?
When I use TouchActions in python, the Error is
Message: unknown command: Cannot call non W3C standard command while in W3C mode
With this, ActionChains class works well. This is my python code:
fro...

slaw
Votes: 0
Answers: 0
Why does opt.add_argument('--user-data-dir='+r'path') work but opt.add_argument('--user-data-dir='+fr'"{path}"') doesn't as an option to Selenium?
I have realized of something very weird when trying to deploy a chrome driver using --user-data-dir and --profile-directory from the user on Python 3.9.7, see below:
If you compile the following code:...

NoahVerner
Votes: 0
Answers: 1
Starting Selenium Grid with Selenium 4 for C#
I am having issues running Selenium Grid from Visual Studio from Csharp using Selenium 4. I keep getting the error:
Message:
System.InvalidOperationException : Could not start a new session. Could not...
user5199
Votes: 0
Answers: 1
Selenium 4.0.0 - Passing Username and password through URL in Firefox browser
Is it possible to pass Username and password through URL in Firefox browser for Selenium 4.0.0 version?
I am able to pass through selenium 3.141.59 version but not able to pass through Selenium 4 vers...
Kavya KS
Votes: 0
Answers: 1