From d27713a13c706ea48211ee2d5bb7a04c886ab22a Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Wed, 21 Jun 2017 13:39:35 -0400 Subject: [PATCH] Edited 'Interacting with Elements' --- .../interacting-with-elements.md | 137 +++++++++--------- 1 file changed, 70 insertions(+), 67 deletions(-) diff --git a/docs/source/guides/core-concepts/interacting-with-elements.md b/docs/source/guides/core-concepts/interacting-with-elements.md index 0396e72a86..06297808a5 100644 --- a/docs/source/guides/core-concepts/interacting-with-elements.md +++ b/docs/source/guides/core-concepts/interacting-with-elements.md @@ -14,77 +14,76 @@ comments: false # Actionability -Cypress gives you a set of commands for interacting with the DOM such as: +Some commands in Cypress are for interacting with the DOM such as: -- {% url `.click()` click %} -- {% url `.dblclick()` dblclick %} -- {% url `.type()` type %} -- {% url `.check()` check %} -- {% url `.uncheck()` uncheck %} -- {% url `.select()` select %} +- {% url `.click()` click %} - Click a DOM element. +- {% url `.dblclick()` dblclick %} - Double-click a DOM element. +- {% url `.type()` type %} - Type into a DOM element. +- {% url `.clear()` clear %} - Clear the value of an input or textarea. +- {% url `.blur()` blur %} - Make a focused DOM element blur. +- {% url `.focus()` focus %} - Focus on a DOM element. +- {% url `.check()` check %} - Check checkbox(es) or radio(s). +- {% url `.uncheck()` uncheck %} - Uncheck checkbox(es). +- {% url `.select()` select %} - Select an `