Skip to content

Commit ba6fb4d

Browse files
authored
Removed unused issues.
1 parent 5856420 commit ba6fb4d

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

docs/troubleshooting.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -61,39 +61,5 @@ Use of PhantomJS is not supported by the MFTF.
6161

6262
For headless browsing, the [Headless Chrome][]{:target="\_blank"} has better compatibility with the MFTF.
6363

64-
### Chrome
65-
66-
You are seeing an "unhandled inspector error" exception:
67-
68-
```terminal
69-
[Facebook\WebDriver\Exception\UnknownServerException]
70-
unknown error: undhandled inspector error: {"code":-32601, "message":
71-
"'Network.deleteCookie' wasn't found"} ....
72-
```
73-
74-
![Screenshot with the exception](./img/trouble-chrome232.png)
75-
76-
#### Reason
77-
78-
Chrome v62 is in the process of being rolled out, and it causes an error with ChromeDriver v2.32+.
79-
80-
#### Solution
81-
82-
Use [ChromeDriver 74.0.3729.6+][]{:target="\_blank"} and [Selenium Server Standalone v3.9+][]{:target="\_blank"} in order to execute tests in Google Chrome v62+.
83-
84-
### Firefox
85-
86-
Tests that use the `moveMouseOver` action cause an error when run locally.
87-
88-
#### Reason
89-
90-
There is a compatibility issue with Codeception's `moveMouseOver` function and GeckoDriver with Firefox.
91-
92-
#### Solution
93-
94-
None yet. Solving this problem is dependent on a GeckoDriver fix.
95-
9664
<!-- Link Definitions -->
9765
[Headless Chrome]: https://developers.google.com/web/updates/2017/04/headless-chrome
98-
[ChromeDriver 74.0.3729.6+]: https://chromedriver.storage.googleapis.com/index.html?path=2.33/
99-
[Selenium Server Standalone v3.9+]: http://www.seleniumhq.org/download/

0 commit comments

Comments
 (0)