I asked some questions about the scLocators, but I still don't manage to get something working with selenium. So there is an idea : "How can I say to smartGwt : Attribute an ID in HTML".
I tried ensureDebugId("myId") but I don't know why, in my webapp I can't even find this ID. I tried setId("myId") but it's the same, I can't see it in the HTML code generated. I'm totally lost in this project. Can someone help me ? :/
=> Using : maven, selenium web driver (htmlunit), gwt, smartgwt.
=> For : Unit testing client side of a web app.
Any help is Appreciated.