Problem for select wordpress templates category using Magic Submitter?

Discussion in 'Google' started by james356, Apr 5, 2011.

  1. #1
    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!
     
    james356, Apr 5, 2011 IP