Home > Mobile >  How to use Appium Inspector find corresponding elements?
How to use Appium Inspector find corresponding elements?

Time:04-23

Self. Driver. Find_element_by_xpath ("//* [@ text='Username'] "). The send_keys (' company ')
Self. Driver. Find_element_by_xpath ("//* [@ text='Password'] "). The send_keys (' company ')
Self. Driver. Find_element_by_xpath ("//* [@ text='Login'] "). Click ()
I through in the element for [Search]//* [@ text='Username'] can't locate the Username element
  • Related