Module: Berrycrawl::Types::ActionDtoType

Extended by:
Internal::Types::Enum
Defined in:
lib/Berrycrawl/types/action_dto_type.rb

Constant Summary collapse

WAIT =
"wait"
CLICK =
"click"
WRITE =
"write"
PRESS =
"press"
SCROLL =
"scroll"
SCRAPE =
"scrape"
SCREENSHOT =
"screenshot"
PDF =
"pdf"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load