Hi Boyan Boev,
Exception will be thrown when we try to find the element. So your code wont work.
Element e1 = Manager.ActiveBrowser.Find.ById("duplicateview");
Will throw exception if element with id "duplicateview" is not present.
Thanks,
VVP
Hi Boyan Boev,
Exception will be thrown when we try to find the element. So your code wont work.
Element e1 = Manager.ActiveBrowser.Find.ById("duplicateview");
Will throw exception if element with id "duplicateview" is not present.
Thanks,
VVP