https://www.lkm.org/general/custom.asp? ... torySearch
I was using this line, but the res value is always blank.
Code: Select all
ChromeFindElements>session_id,xpath,/html/body/table[1]/tbody/tr[2]/td[2]/form/div/div/select,res
Moderators: Dorian (MJT support), JRL
Code: Select all
ChromeFindElements>session_id,xpath,/html/body/table[1]/tbody/tr[2]/td[2]/form/div/div/select,res
Code: Select all
//Find the frame using xpath
ChromeFindElements>session_id,xpath,//iframe[@src='https://lkm.continuum.host/directory/search.php'],elements
//switch browsing context to this frame
ChromeSwitchFrame>session_id,element,elements_1,res
//Find element
ChromeFindElements>session_id,xpath,//select[@name='ID'],el
//Make selection
ChromeSetElementValue>session_id,el_1,City of Abilene
//Switch frame back
ChromeSwitchFrame>session_id,index,null,res