Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit eab9110

Browse files
committed
docs(browser): add more links and info about browser support
1 parent 43b695f commit eab9110

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Diff for: README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ Protractor is an end to end test framework for [AngularJS](http://angularjs.org/
55

66
Protractor can be run as a standalone binary, or included into your tests as a library. Use [Protractor as a library](https://github.com/angular/protractor/blob/master/docs/library-only.md) if you would like to manage WebDriver and your test setup yourself.
77

8-
For more information, [read the docs](https://github.com/angular/protractor/tree/master/docs/getting-started.md), or head over to the [FAQ](https://github.com/angular/protractor/blob/master/docs/faq.md).
9-
8+
For more information
9+
- [read the docs](https://github.com/angular/protractor/tree/master/docs/getting-started.md)
10+
- [Read the FAQ](https://github.com/angular/protractor/blob/master/docs/faq.md)
11+
- See the [supported browsers](https://github.com/angular/protractor/tree/master/docs/browser-setup.md)
12+
- [See the API](https://github.com/angular/protractor/blob/master/docs/api.md)
1013

1114
To run the sample tests
1215
-----------------------

Diff for: docs/browser-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Protractor uses webdriver, so protractor support for a particular browser is tie
5959
| Driver | Support | Known Issues |
6060
|------------------|--------------|-----------------|
6161
|ChromeDriver |Yes | |
62-
|FirefoxDriver |Yes |#480 |
63-
|SafariDriver |Yes |#481, SafariDriver does not support modals|
62+
|FirefoxDriver |Yes |[#480](https://github.com/angular/protractor/issues/480)|
63+
|SafariDriver |Yes |[#481](https://github.com/angular/protractor/issues/481), SafariDriver does not support modals|
6464
|IEDriver |Yes |IEDriver can be slow|
6565
|OperaDriver |No | |
6666
|ios-Driver |No | |

Diff for: docs/faq.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ unwrapped webdriver, which can be accessed like `browser.driver.get()`.
5757
You can put your log-in code into an `onPrepare` function, which will be run
5858
once before any of your tests. See [this example](https://github.com/angular/protractor/blob/master/spec/withLoginConf.js).
5959

60+
Which browsers are supported?
61+
-----------------------------
62+
The last two major versions of Chrome, Firefox, IE, and Safari. See details at [browser support](https://github.com/angular/protractor/blob/master/docs/browser-setup.md).
63+
6064
The result of `getText` from an input element is always empty
6165
-------------------------------------------------------------
6266

0 commit comments

Comments
 (0)