Skip to content

Commit

Permalink
experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
jfitisoff committed Sep 3, 2018
1 parent 2b5263a commit d908e0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ Insite is a page object library for UI automation. It differs from other page ob

Insite adds the concept of a site object to the page object model. The site object is a proxy for your page objects:

<details>
<summary>Defining a site object</summary>
<details><summary>Defining a site object</summary>
<p>

```ruby
class MySite
include Insite
end
```

</p>
</details>

Expand Down

0 comments on commit d908e0e

Please sign in to comment.