Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

sends keys enter selenium c#

  Actions actionProvider = new Actions(driver);
  IAction keydown = actionProvider.KeyDown(Keys.Control).SendKeys("a").Build();
  keydown.Perform();
 
PREVIOUS NEXT
Tagged: #sends #keys #enter #selenium
ADD COMMENT
Topic
Name
5+6 =