Class UrlMatchesExpectation
- java.lang.Object
-
- de.telekom.test.bddwebapp.frontend.page.UrlMatchesExpectation
-
- All Implemented Interfaces:
com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>,Function<org.openqa.selenium.WebDriver,Boolean>,org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
public class UrlMatchesExpectation extends Object implements org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
ExpectedCondition for url matching.- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
-
Constructor Summary
Constructors Constructor Description UrlMatchesExpectation(String urlToMatch, String detail)
-
-
-
Method Detail
-
apply
public Boolean apply(org.openqa.selenium.WebDriver driver)
-
-