Forum Discussion
mhienbinhphuoc_
12 years agoOccasional Contributor
One more information about this problem.
If I find button by name, error occurs at line of code call Click().
createNewRuleBtn = page["NativeWebObject"]["Find"]("name", "btAddNewRule");
createNewRuleBtn["Click"]();
Error log as below:
There was an attempt to perform an action at point (3, 0) which is invisible or out of the window bounds.
Additional info:
Tested object: Sys["Browser"]("chrome")["Page"]("http://devsite1.dsimobile.com/DsiMvc2/Compliance/settings#rules")["Section"]("main")["Panel"]("site_content")["Panel"]("mainContent")["Panel"](0)["Panel"]("elogRuleContainer")["Table"]("btAddNewRule")["Cell"](0, 0)["Link"]("btAddNewRule_CT")["Panel"](0)["Button"]("btAddNewRule")
Thanks,
Hien
If I find button by name, error occurs at line of code call Click().
createNewRuleBtn = page["NativeWebObject"]["Find"]("name", "btAddNewRule");
createNewRuleBtn["Click"]();
Error log as below:
There was an attempt to perform an action at point (3, 0) which is invisible or out of the window bounds.
Additional info:
Tested object: Sys["Browser"]("chrome")["Page"]("http://devsite1.dsimobile.com/DsiMvc2/Compliance/settings#rules")["Section"]("main")["Panel"]("site_content")["Panel"]("mainContent")["Panel"](0)["Panel"]("elogRuleContainer")["Table"]("btAddNewRule")["Cell"](0, 0)["Link"]("btAddNewRule_CT")["Panel"](0)["Button"]("btAddNewRule")
Thanks,
Hien