Skip to content

Commit 9c252a7

Browse files
authored
Merge pull request symfony#26 from jenaye/wording/readme
[Wording] - Readme
2 parents f25f755 + f981c21 commit 9c252a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
Panthère is super powerful, it leverages [the W3C's WebDriver protocol](https://www.w3.org/TR/webdriver/) to drive native web browsers such as Google Chrome and Firefox.
99

1010
Panthère is very easy to use, because it implements the popular Symfony's [BrowserKit](https://symfony.com/doc/current/components/browser_kit.html) and
11-
[DomCrawler](https://symfony.com/doc/current/components/dom_crawler.html) APIs, , and contains
11+
[DomCrawler](https://symfony.com/doc/current/components/dom_crawler.html) APIs, and contains
1212
all features you need to test your apps. It will sound familiar if you have ever created [a functional test for a Symfony app](https://symfony.com/doc/current/testing.html#functional-tests):
1313
as the API is exactly the same!
1414
Keep in mind that Panthère can be used in every PHP project, it's a standalone library.
1515

1616
Panthère automatically finds your local installation of Chrome and launches it (thanks to [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)),
1717
so you don't need to install anything on your computer, neither Selenium server nor obscure driver.
18+
1819
In test mode, Panthère automatically starts your application using [the PHP built-in web-server](http://php.net/manual/en/features.commandline.webserver.php).
1920
You can just focus on writing your tests or web-scraping scenario, Panthère takes care of everything else.
2021

0 commit comments

Comments
 (0)