Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (30 loc) · 1.69 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.69 KB

!!! Abandoned !!!

See xparse/ElementFinder

CssExpressionTranslator

Packagist Travis Software License Coverage Status Quality Score Total Downloads

Translate css to xpath. Based on symfony/css-selector

Install

Via Composer

composer require xparse/css-expression-translator

Usage

$translator = new CssExpressionTranslator();
echo $translator->toXpath('a');

Testing

    ./vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.