Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
That is very strange.
If you refresh the object browser and check that property again, I'm assuming it's still zero?
Something you can try and see if it works (not that this is a permanent solution, though)
That click method, at least on a javascript link in my app, will execute a click on the link as well but it doesn't take any parameters at all. The other click method, without parameters, tries to click in the middle of the link (half of 136 is 68, half of 0 is 0).
If you refresh the object browser and check that property again, I'm assuming it's still zero?
Something you can try and see if it works (not that this is a permanent solution, though)
MyControl.NativeWebObject.click()
That click method, at least on a javascript link in my app, will execute a click on the link as well but it doesn't take any parameters at all. The other click method, without parameters, tries to click in the middle of the link (half of 136 is 68, half of 0 is 0).