Changeset 1755 for honeyclient/branches/exp/bhenderson-browser_automation
- Timestamp:
- 08/20/08 15:13:12 (3 months ago)
- Files:
-
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/Firefox.cs (modified) (1 diff)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/IE.cs (modified) (1 diff)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/bin/Debug/BrowserAutomation.exe (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/bin/Debug/BrowserAutomation.pdb (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/bin/Debug/Interop.SHDocVw.dll (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/BrowserAutomation.exe (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/BrowserAutomation.pdb (modified) (previous)
- honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/obj/Debug/Interop.SHDocVw.dll (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/Firefox.cs
r1734 r1755 62 62 } 63 63 64 Thread.Sleep(100); 64 65 duration = DateTime.Now - startTime; 65 66 honeyclient/branches/exp/bhenderson-browser_automation/BrowserAutomation/IE.cs
r1741 r1755 57 57 } 58 58 59 Thread.Sleep(100); 59 60 duration = DateTime.Now - startTime; 60 61
