You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@
8
8
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.
9
9
10
10
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
12
12
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):
13
13
as the API is exactly the same!
14
14
Keep in mind that Panthère can be used in every PHP project, it's a standalone library.
15
15
16
16
Panthère automatically finds your local installation of Chrome and launches it (thanks to [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)),
17
17
so you don't need to install anything on your computer, neither Selenium server nor obscure driver.
18
+
18
19
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).
19
20
You can just focus on writing your tests or web-scraping scenario, Panthère takes care of everything else.
0 commit comments