Advertisement
476179

pressing buttons

Jun 15th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 4Ariba
  2.  
  3. main>rep
  4. marwan portal identification as is in HTML: <tr class="tableRow1" id="cr1u2d" _awtisprimaryrow="1"> ...
  5. - from this we can search for the ID, I'd hope this id is constant with marwan portal
  6. - use the site.find_element_by_id('cr1u2')
  7.  
  8. and links for button pressing, i think this is using selemium
  9. https://www.codegrepper.com/code-examples/python/python+requests+click+button
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement