Closed Bug 1739606 Opened 3 years ago Closed 3 years ago

sendkeys to input type=date not working

Categories

(Remote Protocol :: Marionette, defect)

Default
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1420888

People

(Reporter: david.burns, Unassigned)

Details

Send keys is not working for <input type=date>. This is working in chrome.

Steps to reproduce below


<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<input type=date>
</body>
</html>
>>> from selenium import webdriver
>>> driver = webdriver.Firefox()
>>> driver.get("html above")
>>> driver.find_element("css selector", "input").send_keys("12121999")
>>> driver.quit()
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.