| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfr.javafreelance.fluentlenium |
| Идентификатор | Идентификаторfluentlenium |
| Последняя версия | Последняя версия0.5.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFluentLenium
FluentLenium makes the writing of acceptance testing more easy and in a fluent way using the power of
css selectors. Build upon Selenium WebDriver.
goTo("http://mywebpage/");
fill("#firstName").with("toto");
click("#create-button");
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| fluentlenium-0.5.3.pom | |
| fluentlenium-0.5.3.jar | 6 KB |
| fluentlenium-0.5.3-sources.jar | 5 KB |
| fluentlenium-0.5.3-javadoc.jar | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fr.javafreelance.fluentlenium/fluentlenium/ -->
<dependency>
<groupId>fr.javafreelance.fluentlenium</groupId>
<artifactId>fluentlenium</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.javafreelance.fluentlenium/fluentlenium/
implementation 'fr.javafreelance.fluentlenium:fluentlenium:0.5.3'
// https://jarcasting.com/artifacts/fr.javafreelance.fluentlenium/fluentlenium/
implementation ("fr.javafreelance.fluentlenium:fluentlenium:0.5.3")
'fr.javafreelance.fluentlenium:fluentlenium:jar:0.5.3'
<dependency org="fr.javafreelance.fluentlenium" name="fluentlenium" rev="0.5.3">
<artifact name="fluentlenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.javafreelance.fluentlenium', module='fluentlenium', version='0.5.3')
)
libraryDependencies += "fr.javafreelance.fluentlenium" % "fluentlenium" % "0.5.3"
[fr.javafreelance.fluentlenium/fluentlenium "0.5.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| fr.javafreelance.fluentlenium : fluentlenium-festassert | jar | 0.5.3 |