Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML ID's in XSLT
#1
Solved: 10 Years, 9 Months, 1 Week ago
Hiya

For some reason teh IE developer Toolbar cannot identify or pick up the html id for my dropdown (id="diallingCodeCtry" )..I need to add and identify the HTML Id as I plan to create an automated test that selects a country from this very dropdown

Can someone please please help me in getting this solved..I have tried various options

Code:
<div class="fieldrow">
  <span><label for="diallingCodeCountry" class="mandatory" id="diallingCodeCountryLabel">
       <xsl:value-of disable-output-escaping="yes" select="xslHelper:getString($resources,'formFaxCode')"/>    
  </label></span>

<select id="diallingCodeCtry" name="diallingCodeCountry" class="select ruleMandatory">
     <option value=""><xsl:value-of disable-output-escaping="yes" select="xslHelper:getString($resources,'plsSelect')"/></option>
     <option>
          <script type="text/javascript" language="javascript">writeFunctionalCountryOptionsForPhone('<xsl:value-of select="$previousFaxCode"/>');</script>
     </option>
</select>
</div>
Reply
#2
Solved: 10 Years, 9 Months, 1 Week ago
See if this helps

http://knowledgeinbox.com/articles/qtp/o...pproach-1/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Dynamic obj rep - get text in the class (html) marcio cravo moreira 0 2,049 05-26-2015, 06:58 PM
Last Post: marcio cravo moreira
  regular expression in html sujaravi123 0 2,208 12-31-2013, 03:00 PM
Last Post: sujaravi123
  Excel to HTML results keerthi286 1 2,572 04-19-2013, 08:21 AM
Last Post: basanth27
  if double quotes comes in outer html sujaravi123 3 6,605 10-18-2012, 10:16 AM
Last Post: harishshenoy
  Can I use html id as an unique identifier for all the components in a web page qtplearner88 8 7,944 05-21-2012, 06:52 PM
Last Post: falvi

Forum Jump:


Users browsing this thread: 1 Guest(s)