java - SilverLIght objects not identified through Selenium Webdriver. Can you please suggest how to proceed -
webdriver not identify xpath : //object[@id='slplugin2']. getting "nosuch element exception"
***<table class="imgtable phototable" cellspacing="0"> <tbody> <tr> <td colspan="10"> <div id="fileuploadcontrol312" class="fileupload t-toolbar t-grid-toolbar t-grid-top" style="display: block;"> <object id="slplugin2" width="127" height="32" data="data:application/x-silverlight," type="application/x-silverlight"> <param value="white" name="background"/> <param value="/lmm/clientbin/fileupload.xap" name="source"/> <param value="url =https://lmmwipqa.blob.core.windows.net/uploads?se=2014-04-14t06%3a45%3a03z&sr=c&sp=w&sig=tubcb6gkw6d9gjo23wkru5w7j%2bsalbounjuj7n197kg%3d, parent =fileuploadcontrol312, caption =add photo" name="initparams"/> </object> </div> <br/> </td> </tr> </tbody> </table>****
Comments
Post a Comment