Browser("FTS ~ Account History").Page("FTS ~ Add/Delete Jurisdiction(").WebEdit("States").Set "ok,ar,mo" //select states for 1 fuel
Browser("FTS ~ Account History").Page("FTS ~ Add/Delete Jurisdiction(").WebButton("Continue").Click
Browser("FTS ~ Account History").Page("FTS ~ Add/Delete Jurisdiction(_2").WebEdit("States").Set "ok,ar,mo" //select states for 2 fuel
Browser("FTS ~ Account History").Page("FTS ~ Add/Delete Jurisdiction(_2").WebButton("Continue").Click

Browser("FTS ~ Account History").Page("FTS ~ Add/Delete Jurisdiction(_3").WebEdit("States").Set "ok,ar,mo" //select states for 3 fuel
Browser("FTS ~ Account History").Page("FTS ~ Add/Delete Jurisdiction(_3").WebButton("Continue").Click


//data entry page for all jurisdictions for each fuel type. so total there would be 3*3=9 rows to enter

Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[0].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[0].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[0].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[1].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[1].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[1].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[2].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[2].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[2].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[3].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[3].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[3].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[4].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[4].tot_trip").Set ""
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[4].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[4].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[5].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[5].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[5].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[6].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[6].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[6].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[7].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[7].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[7].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[8].tot_mile").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[8].tot_tax_").Set "12345"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("ftJursEntityResult[8].tot_paid").Set "1234"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebEdit("qtrTotEntity.qv_num").Set "3"
Browser("FTS ~ Account History").Page("FTS ~ Quarterly Tax Return").WebButton("Continue").Click