Skip to content

Commit e40779c

Browse files
committed
fix background_color description option in README.md
1 parent c305386 commit e40779c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Saves screenshot on a disk or returns it as base64.
335335
* :full `Boolean` whether you need full page screenshot or a viewport
336336
* :selector `String` css selector for given element
337337
* :scale `Float` zoom in/out
338-
* :background_rgba_color `Array` like `[R,G,B,A]` to have specific background color
338+
* :background_color `Ferrum::RGBA.new(0, 0, 0, 0.0)` to have specific background color
339339

340340
```ruby
341341
browser.go_to("https://google.com/")

0 commit comments

Comments
 (0)