Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New keyword Get Element Value implemented #31

Open
ilkkayli opened this issue Jan 28, 2016 · 0 comments
Open

New keyword Get Element Value implemented #31

ilkkayli opened this issue Jan 28, 2016 · 0 comments
Assignees
Milestone

Comments

@ilkkayli
Copy link

Returns element value based on element's name and index:

    def get_element_value(self, element, index):
    """
        Returns element value based on element's name and index.    
        Example:
        |${element_value} | Get Element Value | ${element_name} | ${index} |
        """

        value = element[int(index)].text
        print value

        return value
@ivalo ivalo self-assigned this Jan 5, 2022
@ivalo ivalo added this to the 1.0.0 milestone Jan 5, 2022
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

No branches or pull requests

2 participants