摘要:
(1) The test code:import IECie = IEC.IEController() # Create a new IE Window.ie.Navigate('http://www.google.com/') # Navigate to a website.ie.SetInputValue('q', 'mayukh bose') # Fill in the search box.ie.ClickButton(name='btnG') # Click on the search button. (2) The I 阅读全文
posted @ 2010-10-12 19:41 xublogs 阅读(165) 评论(0) 推荐(0)