or
try{
string automationID = "MyAutomationID";
Console.WriteLine("Find the element by automation ID");FrameworkElement element = Application.Find.ByAutomationId(automationID);Console.WriteLine("Found element");}catch (Exception e){Console.WriteLine("Caught Exception: " + e.Message);} <!DOCTYPE html><style>#div1 { background:blue; position:absolute; top:40px; left:40px; width: 300px; height:299px;}</style><div id=div1></div>var rect = Manager.Current.ActiveBrowser.Find.ById("div1").GetRectangle();Form form = null;form = new Form(); form.BackColor = Color.Red;form.FormBorderStyle = FormBorderStyle.None;form.Opacity = 0.7;form.Show();form.Location = rect.Location;form.Size = rect.Size;for(var i = 0; i < 10; i++) { form.Activate(); form.Refresh(); Thread.Sleep(500);}form.Dispose();hi,
i am getting the following error while installing the HP Quality Center in PC for my project requirement.i am getting this error when i am trying to do installation by using the link http://qat.nissan-ix.com/qcbin/start_a.htm
Even though i had closed all connections to server and tried for many times as it shows , i am getting the same error
please guide me how to resolve this issue.
the below is the error :
Following client components were not downloaded successfully:
1 . vcredist_x86.exe :
Cannot download.Check this file is present on server.
Close all connections to Server and try again.
regards,
venkata siva kumar