hi,I just using MS to submit wordpress templates articles directory,but i dont know how to select category.I try Exec Code for: try { WatiN.Core.Label l= ie.Label(Find.ByText(Category)); if (l.Exists == true) { if(l.CheckBoxes.Count>0) { l.CheckBoxes[0].Checked=true; } } } catch{} ,but also cant find the category. whats wrong, Thanks!