Hi
I just installed auto it library in robot framework and its installed properly and i am able to access all the keywords in framework. The problem what i faced is whenever i am trying to use any click option is not clicking or failing. Somehow i got lucky with mouseclick and its working but problem with this method is its able to point in that particular tab but not clicking.
So after several tries I downloaded official auto it package and i had written the script in scite in .au3 extension. The script worked absolutely fine .Mouseclick is able to point as well as click.
Below are the questions:
Q-I want to know why in robot framework we are not able to get the full functionality of keywords that is there already in auto it if we are able to access auto it keywords in robot framework ?
Q- What 's the workaround for this issue ?