Skip to content

Commit 71690dd

Browse files
committed
fix typo in changelog - missed brackets with cleanup
1 parent c88c059 commit 71690dd

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
- required `page, params` as init arguments
2828

29-
- `#accept` fires JS: `Page.handleJavaScriptDialog` as command on page instance with options which included `accept: true`
29+
- `#accept` fires JS: `Page.handleJavaScriptDialog` as command on provided `Ferrum::Page` instance with options which included `accept: true`
3030

31-
- `#dismiss` fires JS: `Page.handleJavaScriptDialog` as command on page instance with `accept: false`
31+
- `#dismiss` fires JS: `Page.handleJavaScriptDialog` as command on provided `Ferrum::Page` instance with `accept: false`
3232

3333
- `#match?` compare message by passed regexp
3434

@@ -106,21 +106,21 @@
106106

107107
### Changed
108108

109-
- increased Browser::Process::PROCESS_TIMEOUT constant by 1
109+
- increased `Browser::Process::PROCESS_TIMEOUT` constant by 1
110110

111-
- `Ferrum::Network::InterceptedRequest#match?` to handle cases for Ruby 2.3 and less
111+
- `Ferrum::Network::InterceptedRequest#match?` to handle cases for `Ruby 2.3` and less
112112

113113
## [0.2.0] - (Sep 3, 2019) ##
114114

115115
### Added
116116

117117
- snippet examples of the actions in README
118118

119-
- `Ferrum::Node#focus` - fires the `command` `DOM.focus` on Page instance
119+
- `Ferrum::Node#focus` - fires the `command` `DOM.focus` on `Ferrum::Page` instance
120120

121-
- `Ferrum::Node#blur` - evaluates JS: `this.blur()` on Page instance
121+
- `Ferrum::Node#blur` - evaluates JS: `this.blur()` on `Ferrum::Page` instance
122122

123-
- `Ferrum::Node#click` - fires the native `click` on Page instance
123+
- `Ferrum::Node#click` - fires the native `click` on `Ferrum::Page` instance
124124

125125
- usage of `FERRUM_INTERMITTENT_ATTEMPTS` `ENV-var` on the rescue of runtime intermittent error
126126

@@ -182,7 +182,7 @@
182182

183183
- `Ferrum::Node::#click` getting the `mode` argument as option with `right/double/left` cases
184184

185-
- `Ferrum::Page::Frame#switch_to_frame` into `Ferrum::Page::Frame#within_frame` with added case of ArgumentError
185+
- `Ferrum::Page::Frame#switch_to_frame` into `Ferrum::Page::Frame#within_frame` with added case of `ArgumentError`
186186

187187
### Removed
188188

@@ -250,7 +250,7 @@
250250

251251
### Added
252252

253-
- fires the `Ferrum::NodeError` on zero of node_id
253+
- fires the `Ferrum::NodeError` on zero of `node_id`
254254

255255
### Changed
256256

@@ -264,21 +264,21 @@
264264

265265
#### Modules:
266266

267-
- Ferrum
267+
- `Ferrum`
268268

269-
- Ferrum::Network - simple requests/responses data store
269+
- `Ferrum::Network` - simple requests/responses data store
270270

271271
#### Classes:
272272

273-
- Ferrum::Browser - basic command interface
273+
- `Ferrum::Browser` - basic command interface
274274

275-
- Ferrum::Cookie - simple store of the cookie attributes
275+
- `Ferrum::Cookie` - simple store of the cookie attributes
276276

277-
- Ferrum::Node - abstract level of DOM-node with basic methods
277+
- `Ferrum::Node` - abstract level of DOM-node with basic methods
278278

279-
- Ferrum::Page - basic object of the command references, which included DOM, network and browser logic
279+
- `Ferrum::Page` - basic object of the command references, which included `DOM`, network and browser logic
280280

281-
- Ferrum::Targets - initialize of the `window` manager with a clean browser state
281+
- `Ferrum::Targets` - initialize of the `window` manager with a clean browser state
282282

283283
- classes of errors with a description of specific raises reasons
284284

0 commit comments

Comments
 (0)