we’re using your components in our web application and I’d like to automate some UI testing using selenium.
I found some problems using it with toolbar.
dhtmlx.com/docs/products/dht … vents.html
The problem is I cannot record onclik behavior using the Selenium IDE. The IDE creates a command, but when I execute the command nothing happens. Not even an error is logged.
Im using the clickAt command and XPath //div[text()=‘Cut’]
It works only on the New and Print button, but doesn’t on the other buttons.
What could be the problem ?