Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <span>
  2. <input class="PSPUSHBUTTON" type="button" tabindex="-1" onclick="javascript:submitAction_win0(document.win0,'#ICSetFieldHRS_APP_SCHJOB.EOTL_UI_BTN_ID.SEARCHACTIONS#SEARCH');" title="" value=" Search " name="SEARCHACTIONS#SEARCH"></input>
  3. </span>
  4.  
  5. button1 = driver.find_element_by_name('SEARCHACTIONS#SEARCH')
  6. button1.click()
  7.  
  8. by_xpath("//input[@class='PSPUSHBUTTON' and @name='SEARCHACTIONS#SEARCH']")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement