Skip to content

Commit 3b29ae0

Browse files
committed
Bug 1986392 - Update Selenium atoms to revision 775cfb33b193eb8832cd5488f298006f45254685. r=webdriver-reviewers-rotation,Sasha
Differential Revision: https://phabricator.services.mozilla.com/D269542
1 parent b910e6d commit 3b29ae0

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

remote/doc/marionette/SeleniumAtoms.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,17 @@ code including dependencies for the atom wrapped into a single function.
6666

6767
### Update atom.sys.mjs
6868

69-
To update the atoms for Marionette the `atoms.js` file has to be edited. For
70-
each atom to be updated the steps as laid out below have to be performed:
69+
To update the atoms for Marionette the `atom.sys.mjs` file has to be edited.
70+
For each atom to be updated the steps as laid out below have to be performed:
7171

7272
1. Open the Javascript file of the exported atom. See above for
7373
its location.
7474

75-
2. Add the related function name and `element` as parameters to the wrapper
76-
function, which can be found at the very beginning of the file so that it
77-
is equal to the parameters in `atom.sys.mjs`.
78-
79-
3. Copy and paste the whole contents of the file into the left textarea on
75+
2. Copy and paste the whole contents of the file into the left textarea on
8076
<https://jsonformatter.org/json-stringify-online> to get a stringified
8177
version of all the required functions.
8278

83-
4. Copy and paste the whole contents of the right textarea, and replace the
79+
3. Copy and paste the whole contents of the right textarea, and replace the
8480
existing code for the atom in `atom.sys.mjs`.
8581

8682
### Test the changes

0 commit comments

Comments
 (0)