Skip to content

Commit

Permalink
Add minor note on ElementRect
Browse files Browse the repository at this point in the history
I thought I remembered tests failing until I made the properties floats, but changing them to ints didn't break anything
  • Loading branch information
matthewmcgarvey committed Nov 6, 2020
1 parent 9a21ccf commit d712667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/selenium/element_rect.cr
@@ -1,3 +1,5 @@
# TODO: I don't remember why I made the properties floats nor why they are nilable.
# If they were Int64, this could be combined with `Selenium::WindowRect`
struct Selenium::ElementRect
include JSON::Serializable

Expand Down

0 comments on commit d712667

Please sign in to comment.