All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download webjourney JAR 0.1.2 with all dependencies


Java library for automating web interactions via the concept of a sequence of actions on the web, defined as a web journey. Define the Path and interactions and let it run.

Files of the artifact webjourney version 0.1.2 from the group io.github.jamoamo.

Artifact webjourney
Group io.github.jamoamo
Version 0.1.2
Last update 25. September 2024
Tags: sequence path java library journey automating concept define actions defined interactions
Organization not specified
URL https://github.com/jamoamo/webjourney
License not specified
Dependencies amount 16
Dependencies commons-beanutils, commons-io, jaxen, slf4j-api, jul-to-slf4j, selenium-java, selenium-chrome-driver, log4j-slf4j2-impl, log4j-api, log4j-core, guava, reflections, commons-lang3, lombok, failsafe, spotbugs-annotations,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of webjourney Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of webjourney version 0.1.2

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.io.github.jamoamo.webjourney
META-INF.maven.io.github.jamoamo.webjourney.META-INF.maven.io.github.jamoamo.webjourney.pom.properties
META-INF.maven.io.github.jamoamo.webjourney.META-INF.maven.io.github.jamoamo.webjourney.pom.xml
io.github.jamoamo.webjourney
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.ANavigationTarget
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.ActionOptionsJourneyBuilder
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.ActionResult
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.BackNavigationTarget
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.BaseJourneyActionException
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.BaseJourneyBuilder
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.ClickButtonAction
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.CompleteFormAction
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.ConditionalAction
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.ConsumePageAction
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.ErrorUnavailableTargetStrategy
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.ForwardNavigationTarget
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.IRepeatable
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.IUnavailableTargetStrategy
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.IgnoreUnavailableTargetStrategy
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.JourneyBuild
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.JourneyBuilder
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.JourneyContext
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.JourneyException
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.NavigateAction
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.NavigationTarget
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.RefreshNavigationTarget
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.RepeatForChildElement
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.RepeatedAction
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.SubJourney
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.TravelOptions
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.UrlNavigationTarget
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.WebJourney
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.WebTraveller
io.github.jamoamo.webjourney.io.github.jamoamo.webjourney.XUnavailableNavigationTarget
io.github.jamoamo.webjourney.annotation
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.ConditionalConstant
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.ConditionalExtractFromUrl
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.ConditionalExtractValue
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.Constant
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.Conversion
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.ExtractCollectionIndex
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.ExtractCurrentUrl
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.ExtractFromUrl
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.ExtractValue
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.MappedCollection
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.RegexExtractCurrentUrl
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.RegexExtractValue
io.github.jamoamo.webjourney.annotation.io.github.jamoamo.webjourney.annotation.Transformation
io.github.jamoamo.webjourney.annotation.form
io.github.jamoamo.webjourney.annotation.form.io.github.jamoamo.webjourney.annotation.form.Button
io.github.jamoamo.webjourney.annotation.form.io.github.jamoamo.webjourney.annotation.form.Element
io.github.jamoamo.webjourney.annotation.form.io.github.jamoamo.webjourney.annotation.form.Form
io.github.jamoamo.webjourney.annotation.form.io.github.jamoamo.webjourney.annotation.form.Link
io.github.jamoamo.webjourney.annotation.form.io.github.jamoamo.webjourney.annotation.form.TextField
io.github.jamoamo.webjourney.api
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.AWebAction
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.IActionOptionsJourneyBuilder
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.ICrumb
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.IJourney
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.IJourneyBreadcrumb
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.IJourneyBuilder
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.IJourneyContext
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.IJourneyObserver
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.ITravelOptions
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.IWebJourneyPath
io.github.jamoamo.webjourney.api.io.github.jamoamo.webjourney.api.PageConsumerException
io.github.jamoamo.webjourney.api.entity
io.github.jamoamo.webjourney.api.entity.io.github.jamoamo.webjourney.api.entity.IEntityCreationListener
io.github.jamoamo.webjourney.api.mapper
io.github.jamoamo.webjourney.api.mapper.io.github.jamoamo.webjourney.api.mapper.AConverter
io.github.jamoamo.webjourney.api.mapper.io.github.jamoamo.webjourney.api.mapper.DateConverter
io.github.jamoamo.webjourney.api.mapper.io.github.jamoamo.webjourney.api.mapper.DoubleMapper
io.github.jamoamo.webjourney.api.mapper.io.github.jamoamo.webjourney.api.mapper.IntegerMapper
io.github.jamoamo.webjourney.api.mapper.io.github.jamoamo.webjourney.api.mapper.StringMapper
io.github.jamoamo.webjourney.api.mapper.io.github.jamoamo.webjourney.api.mapper.XValueMappingException
io.github.jamoamo.webjourney.api.transform
io.github.jamoamo.webjourney.api.transform.io.github.jamoamo.webjourney.api.transform.ATransformationFunction
io.github.jamoamo.webjourney.api.transform.io.github.jamoamo.webjourney.api.transform.BlankStringToNullFunction
io.github.jamoamo.webjourney.api.transform.io.github.jamoamo.webjourney.api.transform.TrimFunction
io.github.jamoamo.webjourney.api.web
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.AElement
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.DefaultBrowserOptions
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.IBrowser
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.IBrowserFactory
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.IBrowserOptions
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.IBrowserWindow
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.ICookie
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.IPreferredBrowserStrategy
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.IWebExtractor
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.IWebNavigator
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.IWebPage
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.PreferredBrowserStrategy
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.PriorityBrowserStrategy
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.StandardBrowser
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.StandardBrowserOptions
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.XElementDoesntExistException
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.XNavigationError
io.github.jamoamo.webjourney.api.web.io.github.jamoamo.webjourney.api.web.XWebException
io.github.jamoamo.webjourney.reserved
io.github.jamoamo.webjourney.reserved.io.github.jamoamo.webjourney.reserved.BreadcrumbException
io.github.jamoamo.webjourney.reserved.io.github.jamoamo.webjourney.reserved.BreadcrumbPrinter
io.github.jamoamo.webjourney.reserved.io.github.jamoamo.webjourney.reserved.JourneyBreadcrumb
io.github.jamoamo.webjourney.reserved.annotation
io.github.jamoamo.webjourney.reserved.annotation.io.github.jamoamo.webjourney.reserved.annotation.EntityAnnotations
io.github.jamoamo.webjourney.reserved.annotation.io.github.jamoamo.webjourney.reserved.annotation.ExtractionAnnotations
io.github.jamoamo.webjourney.reserved.entity
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.AElementExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.AElementsExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.AlwaysCondition
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.AttributeExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.AttributesExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.BrowserValueReader
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.CollectionIndexExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.CollectionTransformer
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.CollectionTypeConverter
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.CombinedTransformer
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ConstantExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.Converter
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.Converters
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.CurrentUrlExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ElementExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ElementListExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ElementTextExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ElementTextsCollectionExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntitiesCreatorConverter
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntitiesFromElementConverter
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntityCreationContext
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntityCreator
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntityCreatorConverter
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntityDefn
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntityFieldDefn
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntityFieldEvaluator
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.EntityFromElementConverter
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.Extractors
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ICondition
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.IConverter
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.IEntityFieldEvaluator
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.IExtractor
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ITransformer
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.IValueReader
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ParentElementValueReader
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.RegexCondition
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.RegexTransformation
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.Transformer
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.Transformers
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.ValueConverter
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.XConversionException
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.XEntityDefinitionException
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.XEntityEvaluationException
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.XEntityFieldDefinitionException
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.XEntityFieldScrapeException
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.XExtractionException
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.XTransformationException
io.github.jamoamo.webjourney.reserved.entity.io.github.jamoamo.webjourney.reserved.entity.XValueReaderException
io.github.jamoamo.webjourney.reserved.reflection
io.github.jamoamo.webjourney.reserved.reflection.io.github.jamoamo.webjourney.reserved.reflection.FieldInfo
io.github.jamoamo.webjourney.reserved.reflection.io.github.jamoamo.webjourney.reserved.reflection.InstanceCreator
io.github.jamoamo.webjourney.reserved.reflection.io.github.jamoamo.webjourney.reserved.reflection.TypeInfo
io.github.jamoamo.webjourney.reserved.regex
io.github.jamoamo.webjourney.reserved.regex.io.github.jamoamo.webjourney.reserved.regex.Patterns
io.github.jamoamo.webjourney.reserved.regex.io.github.jamoamo.webjourney.reserved.regex.RegexGroup
io.github.jamoamo.webjourney.reserved.regex.io.github.jamoamo.webjourney.reserved.regex.XRegexException
io.github.jamoamo.webjourney.reserved.selenium
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.ChildElementListItemLocator
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.ChildElementLocator
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.ChromeBrowserFactory
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.ElementListItemLocator
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.ISeleniumElementLocator
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.ScriptExecutor
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.SeleniumCookieAdapter
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.SeleniumDrivenBrowser
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.SeleniumElement
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.SeleniumPage
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.SeleniumWindow
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.SeleniumWindowManager
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.SingleElementLocator
io.github.jamoamo.webjourney.reserved.selenium.io.github.jamoamo.webjourney.reserved.selenium.XInactiveWindowException




© 2015 - 2024 Weber Informatics LLC | Privacy Policy