import { BrowseTheWeb } from './abilities/BrowseTheWeb'; import { Add } from './actions/Add'; import { Check } from './actions/Check'; import { Clear } from './actions/Clear'; import { Click } from './actions/Click'; import { Count } from './actions/Count'; import { DoubleClick } from './actions/DoubleClick'; import { Download } from './actions/Download'; import { DragAndDrop } from './actions/DragAndDrop'; import { Fill } from './actions/Fill'; import { Get } from './actions/Get'; import { Hover } from './actions/Hover'; import { Navigate } from './actions/Navigate'; import { Press } from './actions/Press'; import { Reload } from './actions/Reload'; import { Remove } from './actions/Remove'; import { Select } from './actions/Select'; import { Set } from './actions/Set'; import { Type } from './actions/Type'; import { Wait } from './actions/Wait'; import { Element } from './questions/Element'; export { BrowseTheWeb, Add, Check, Clear, Click, Count, DoubleClick, Download, DragAndDrop, Fill, Get, Hover, Navigate, Press, Reload, Remove, Select, Set, Type, Wait, Element, };