Aliases are including created with sys and appended with "()"
When recording a test in a web browser controls that are automatically mapped are mapped with sys in the alias. I've tried removing sys from the alias tree but it keeps comming back. I have my setting for record over tested app enabled and have it set to not automatically add tested apps during recording but that does not seem to help the issue. e.g. Aliases.Sys.browser.myTestedApp.xControl
Also when closing and reopening a project or project suite i find that my keyword test commands are having each alias in the hierarchy appended with "()".
e.g. Aliases.browser.myTestedApp.xControl
this is what I have before closing and when i open it back up its then Aliases.browser().myTestedApp().xControl()
This causes the keyword test to fail sometimes not recognizing the control.
The only way I've managed to fix this issue is by going into each command and removing "()" everywhere I see it in the alias wich is quite time consuming and really a roadblock when its a test with many steps and long aliases.
Please help me with a solution if possible.