[quote user="strailey"] OK, here's another one of my autopostback problems. Actions.SelectDropDown(Find.ById("dd1"), 4); Actions.InvokeEvent(Find.ById("dd1", ScriptEventType.OnChange); Actions.WaitForElement(new FindParam("id=txt1"), 10000); Actions.SetText...