I come across below code..
while(ie.status! = "Done") do sleep(1) end Can anybody tell me what the meaning of .. ----------------------------------------------------------------- ie.status! = "Done" ----------------------------------------------------------------- means?? I do not understand what role ! mark does in the code.. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
