Unable to locate javascript functions at page source | Selenium Forum
M
Posted on 30/12/2015
Module 16 video2 discusses td tag..
But am unable to locate td tag in page source.
is there different tag other than td?

i looked at http://www.espncricinfo.com/--->view source----->searched LIVE SCORES for td tag..Found none....

M
Replied on 30/12/2015

td tag comes with the table there is no table in espn website.


M
Replied on 30/12/2015

sir what are the list of tags to look for in case i want to execute javascript via selenium?


M
Replied on 30/12/2015

i want to enter data "AGI" in a text field using javascript execution.
Following is the firepath details:


<label class="label inputLabel uiLabel-left form-element__label uiLabel" for="174:1572;a" data-aura-rendered-by="1983:c">
<span class="" data-aura-rendered-by="1984:c">Company</span>
<!--render facet: 1986:c-->
<span class="required " data-aura-rendered-by="175:1572;a">*</span>
</label>
<input id="174:1572;a" class=" input" type="text" maxlength="255" aria-describedby="" placeholder="" required="" data-aura-rendered-by="178:1572;a" kl_virtual_keyboard_secure_input="on"/>
</div>
<!--render facet: 181:1572;a-->
</div>

============================================
where is the javascript function here ??????


M
Replied on 02/01/2016

how many input tags are there on the page. if there is only 1 then use[color=#FF0000:ofimzckr] By.tagname("input");[/color:ofimzckr]