i m automating ie .i ve automated cilck events of buttons ,graphical buttons ,the
problems comes ,where i ve to click the lists ,it is a list ,which contains several items in it ,and i ve to click one of its item ,and it has a nested list in it .kindly help me out ,waiting for ur help ,the source code of list is following
'
if any one does not understand my question ,kindly ask me ,thanks in advance
problems comes ,where i ve to click the lists ,it is a list ,which contains several items in it ,and i ve to click one of its item ,and it has a nested list in it .kindly help me out ,waiting for ur help ,the source code of list is following
'
Code:
l1 = new List(true, width, height, bgColor);
l2 = new List(false, width, height, bgColor);l1.addList(l2, "about us ");
l2.addItem('<a class="leftNav" href="apna kotli.com"</a>)
if any one does not understand my question ,kindly ask me ,thanks in advance
Comment