Forum Discussion
simon_glet
12 years agoRegular Contributor
Hi Samuel,
The missing object is not the alias' target but the alias itselft. Its full path must be explicit.
Assuming your alias is more that just "tasklink", instead of:
Try this considering the alias Aliases.Path.To.The.Alias.lastElementOfTheAliasPath
I have never tried:
Sincerely
The missing object is not the alias' target but the alias itselft. Its full path must be explicit.
Assuming your alias is more that just "tasklink", instead of:
Aliases.WaitAliasChild("tasklink", 2000)
Try this considering the alias Aliases.Path.To.The.Alias.lastElementOfTheAliasPath
Aliases.Path.To.The.Alias.WaitAliasChild("lastElementOfTheAliasPath", 2000)
I have never tried:
Aliases.WaitAliasChild("Aliases.Path.To.The.Alias.lastElementOfTheAliasPath")
Sincerely