如何从ios应用程序的文本框中选择文本并使用appium单击文本

2024-06-07 04:49:47 发布

您现在位置:Python中文网/ 问答频道 /正文

我可以在iOS应用程序中使用appium作为

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

文本是网页链接,我怎样才能点击链接? 我想我可以选择文本然后点击?在


Tags: text文本send应用程序网页by链接driver