main.com.enniovisco.dsl.Browser.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webmonitor Show documentation
Show all versions of webmonitor Show documentation
A formal approach to monitoring web pages as spatio-temporal traces.
The newest version!
package com.enniovisco.dsl
/**
* Allowed browsers for webpages tracking
*/
enum class Browser {
FIREFOX,
CHROME_HEADLESS,
CHROME
}