Documentation
¶
Overview ¶
Package googleapps provides the control of google apps, including google docs and google slides.
Index ¶
- func DeleteDoc(tconn *chrome.TestConn) action.Action
- func DeleteSlide(tconn *chrome.TestConn) action.Action
- func EditDoc(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, paragraph string) action.Action
- func EditSlide(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, ...) action.Action
- func EditSlideTitle(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, title, subtitle string) action.Action
- func NewGoogleDocs(cs ash.ConnSource, tconn *chrome.TestConn, newWindow bool) action.Action
- func NewGoogleSlides(cs ash.ConnSource, tconn *chrome.TestConn, newWindow bool) action.Action
- func NewSlide(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, ...) action.Action
- func PresentSlide(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, slideCount int) action.Action
- func RenameDoc(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, title string) action.Action
- func RenameSlide(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, title string) action.Action
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteSlide ¶
DeleteSlide returns an action that deletes google slide.
func EditSlide ¶
func EditSlide(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, text, expectedText string) action.Action
EditSlide returns an action that edits google slide.
func EditSlideTitle ¶
func EditSlideTitle(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, title, subtitle string) action.Action
EditSlideTitle returns an action that edits google slide title and subtitle.
func NewGoogleDocs ¶
NewGoogleDocs returns an action to create a new google document.
func NewGoogleSlides ¶
NewGoogleSlides returns an action that creates a new google slides from web.
func NewSlide ¶
func NewSlide(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, title, content, pageNumber string) action.Action
NewSlide returns an action that creates a new slide, edits its title and content.
func PresentSlide ¶
func PresentSlide(tconn *chrome.TestConn, kb *input.KeyboardEventWriter, slideCount int) action.Action
PresentSlide returns an action that presents google slide.
func RenameSlide ¶
RenameSlide returns an action that renames google slide.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.