Skip to content

Commit

Permalink
add release notes (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uunnamed authored Aug 26, 2020
1 parent 2242010 commit cfd5939
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ after a mysteries note was produced on it.
* [Vector syntax for querying](#vector-syntax-for-querying)
* [Advanced queries](#advanced-queries)
+ [Querying the *nth* element matched](#querying-the-nth-element-matched)
+ [Getting elements like in a tree](getting-elements-like-in-a-tree)
+ [Getting elements like in a tree](#getting-elements-like-in-a-tree)
* [Interacting with queried elements](#interacting-with-queried-elements)
- [Emulation of human input](#emulation-of-human-input)
- [Mouse clicks](#mouse-clicks)
Expand Down Expand Up @@ -71,8 +71,9 @@ after a mysteries note was produced on it.
* [Querying wrong elements with XPath expressions](#querying-wrong-elements-with-xpath-expressions)
* [Clicking On Non-Visible Element](#clicking-on-non-visible-element)
* [Unpredictable errors in Chrome when window is not active](#unpredictable-errors-in-chrome-when-window-is-not-active)
* [Invalid argument: can't kill an exited process](#invalid-argument:-can't-kill-an-exited-process)
* [DevToolsActivePort file doesn't exist](#devtoolsactiveport-file-doesn't-exis)
* [Invalid argument: can't kill an exited process](#invalid-argument-cant-kill-an-exited-process)
* [DevToolsActivePort file doesn't exist](#devtoolsactiveport-file-doesnt-exist)
- [Release Notes](#release-notes)
- [Contributors](#contributors)
- [Other materials](#other-materials)
- [License](#license)
Expand Down Expand Up @@ -1764,8 +1765,6 @@ Example:
(is found (format "No *.xlsx file found in %s directory." DL-DIR)))
```



## Troubleshooting

### Calling maximize function throws an error
Expand Down Expand Up @@ -1857,7 +1856,6 @@ Possible cause: "Running Firefox as root in a regular user's session is not supp

Similar problem: https://github.com/mozilla/geckodriver/issues/1655


### DevToolsActivePort file doesn't exist

**Problem:** When you try to start the chromedriver you get an error:
Expand All @@ -1873,9 +1871,12 @@ Possible cause:
(def driver (chrome {:args ["--no-sandbox"]}))
```
A similar problem is described [here](https://stackoverflow.com/questions/50642308/webdriverexception-unknown-error-devtoolsactiveport-file-doesnt-exist-while-t)
## Release Notes
- Since `[etaoin 0.3.11]` driver is a map. The previous implementation was an atom.
If you changed it manually, then refactoring is required.
## Contributors
- [Ivan Grishaev](https://github.com/igrishaev)
Expand Down

0 comments on commit cfd5939

Please sign in to comment.