From d8deae7c48c777116939124939fced95a95709b2 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Mon, 26 Feb 2018 19:54:26 +0000 Subject: [PATCH] NO BUG - Update list of used Selenium atoms. r=me DONTBUILD MozReview-Commit-ID: GCUDKKLVDWb --- testing/marionette/doc/SeleniumAtoms.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/testing/marionette/doc/SeleniumAtoms.md b/testing/marionette/doc/SeleniumAtoms.md index dc3b1c867b9d..ef3eb78db8eb 100644 --- a/testing/marionette/doc/SeleniumAtoms.md +++ b/testing/marionette/doc/SeleniumAtoms.md @@ -7,11 +7,8 @@ specification] they will be removed step by step. Currently the following atoms are in use: -* clearElement -* getText -* isDisplayed -* isEnabled -* isSelected +- `getElementText` +- `isDisplayed` To use one of those atoms Javascript modules will have to import [atom.js].