seratch / scalatest

Automatically exported from code.google.com/p/scalatest
Apache License 2.0
0 stars 0 forks source link

selenium: extensibility hampered by sealed Element #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Unless I'm mistaken, I cannot make helper methods that use Selenium's API 
directly and then convert Selenium's WebElement to ScalaTest's Element.

ScalaTest uses `new Element { val underlying = ... }` internally but client 
code can't do that because Element is sealed.

Original issue reported on code.google.com by martin.p...@gmail.com on 1 May 2013 at 7:45