09-13-2011, 07:00 AM
Hi Lorena...
Please check if the object exists first for each flag. It is a good practice which will avoid some run time errors.
Browser(..).Page(..).Exist(1) -- it return true or false ...based on tht u can build ur logic.
Please check if the object exists first for each flag. It is a good practice which will avoid some run time errors.
Browser(..).Page(..).Exist(1) -- it return true or false ...based on tht u can build ur logic.