Environment
De
Vkk
At
Testing
CD
Test List
Test Server
QQC
QRM
ETIC
Performance
System Test
ODI Access
Controller Server
VK
HD 2013 - POC
Zip
SQL
Test Cases
Tracker
Test Portal
</select>
*
</td>
Here I am not getting : select id or name through driver , I want to select Test Cases option , I have tried this
var="TCmode"
month=driver.find_element_by_id(var)
Select(month).select_by_visible_text("TestCases")
later I printed all id and name of source code , but this select id and name was not printed
please help to find out the problem.
and I printed all source code whichever driver contain but some of the code was not there including same select tag