Skip to content

Move action and keyboard helpers to mixin classes#307

Merged
mykola-mokhnach merged 1 commit intoappium:masterfrom
mykola-mokhnach:actions
Jan 5, 2019
Merged

Move action and keyboard helpers to mixin classes#307
mykola-mokhnach merged 1 commit intoappium:masterfrom
mykola-mokhnach:actions

Conversation

@mykola-mokhnach
Copy link
Copy Markdown
Contributor

No description provided.

driver.find_element_by_ios_uiautomation('.elements()[1].cells()[2]')
"""
return self.find_element(by=By.IOS_UIAUTOMATION, value=uia_string)
return self.find_element(by=MobileBy.IOS_UIAUTOMATION, value=uia_string)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants