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>**** 

selenium can not directly access silverlight element. read this or this. started.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -