c# - How to access a dynamically created element -
i using watin test website. contains created dynamically on clicking tablecell. how can access dynamically created . issue deleted after short span of time (even before control can move next line)
if(tablecell.exists) { tablecell.clicknowait(); //this creates dynamic <div> if(div.exists) //the control not go inside { //code edit div contents. } }
i hope helps.
browser.waituntil
Comments
Post a Comment