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?
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?