razielsd/phpSelenide

View on GitHub
lib/Selenide/Condition/Interface/Match.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Selenide;

interface Condition_Interface_Match {
    public function matchElement(\WebDriver_Element $element): bool;
}