vbop9834 / Marquee

Marquee - An open source Selenium based UI automation library inspired by canopy.
Other
12 stars 0 forks source link

Browser Computation Expression #5

Open vbop9834 opened 6 years ago

vbop9834 commented 6 years ago

Ryan and I were discussing the possibility of using a computation expression in a test.

I think the code would look like

browser {
  Click ".class"
  Displayed ".class"
}

Creating this issue as a feature reminder :+1: