You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ These methods return the DOM data itself
218
218
- gmail.dom**.get_left_sidebar_links()**
219
219
- gmail.dom**.search_bar()**
220
220
- gmail.dom**.toolbar()**
221
+
- gmail.dom**.right_toolbar()**
221
222
- gmail.dom**.compose()** - compose dom object - receives the DOM element for the compose window and provides methods to interact
222
223
- gmail.dom**.composes()** - retrives an array of `gmail.dom.compose` objects representing any open compose windows
223
224
-[gmail.dom**.email()**](#gmaildomemailemail_el-or-email_id) - email dom object - receives an email DOM element or email id for an email currently being viewed. Abstracts interaction with that email.
@@ -246,6 +247,7 @@ These are some helper functions that the rest of the methods use. See source for
0 commit comments