0

I can write text to textbox in iOS app using appium as

editTextBox = driver.find_element_by_xpath("....")
editTextBox.send_keys(text)

The text is web link, how can I click on link? I think I can select text and then click?

user2661518
  • 2,677
  • 9
  • 42
  • 79
  • you want to click on the entered text? – Gaurav Jan 06 '16 at 18:26
  • yes basically I want to click on url link. For android I could use `adb` to do so. But for iOS I didn't find any similar option so I thought I will paste the link it textBox and then click on it. – user2661518 Jan 06 '16 at 20:00

0 Answers0