Webtest tools for ADF Dialog framework?
I try to use some webtest tools to test my project using ADF framework. Canoo webtest works fine, but I have some problems to test the dialog framework. The error message as following:
Can not find function elementFromPoint. (http://localhost:8080/project/adf/jslib/Common10_1_3_0_4.js#3859)
source code:
function() {
[native code, arity=0]
}
What is the best webtest tools to test my project?