From e43015aa8cabb838852e2e34e82ac1bda3c4aa16 Mon Sep 17 00:00:00 2001 From: Brian Mann Date: Wed, 21 Jun 2017 14:04:43 -0400 Subject: [PATCH] docs: WIP interacting with elements content clarifications --- .../interacting-with-elements.md | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/source/guides/core-concepts/interacting-with-elements.md b/docs/source/guides/core-concepts/interacting-with-elements.md index 06297808a5..b4a464218f 100644 --- a/docs/source/guides/core-concepts/interacting-with-elements.md +++ b/docs/source/guides/core-concepts/interacting-with-elements.md @@ -16,15 +16,13 @@ comments: false Some commands in Cypress are for interacting with the DOM such as: -- {% 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 `