Daniel Koo

Results 46 comments of Daniel Koo

@SMxJrz, do we have code from Hackathon that we want to pull in? Perhaps a different branch?

@bryantrobbins, do we have any code that we should pull in from Hackathon? Perhaps a different branch?

@mike-glorioso will review this ticket

I agree with the code fix but I would still leave it inside of IInteractiveElement interface. The reason is since we want to keep all interacting methods within IInteractiveElement. IElement...

Image is already extending InteractiveElement and it should be within InteractiveElement category. Table, however, probably should not be extending InteractiveElement as the columns, rows, inside can be interactive, but not...

The test(s) probably needs to go into BrowserOnlyTest suite, instead of build unit tests with HtmlUnit since it deals with windows.

We should locally test this on real browsers (at minimum latest Chrome & FF, IE9) and plan to add browser tests with the BrowserOnlyTest suite later.