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

find_elements_ok is broken #175

Closed
peroumal1 opened this issue Jan 14, 2015 · 1 comment
Closed

find_elements_ok is broken #175

peroumal1 opened this issue Jan 14, 2015 · 1 comment
Assignees

Comments

@peroumal1
Copy link
Collaborator

Using 'find_elements_ok' will return the following error :

 
Search string to find element not provided.

This is because the function 'find_elements' is not declared as having any arguments in Test::Selenium::Remote::Driver (in sub 'has_args'), which eventually calls 'find_elements' without an argument.
The fix is pretty simple :)

@peroumal1 peroumal1 self-assigned this Jan 14, 2015
gempesaw added a commit that referenced this issue Jan 18, 2015
        [BUG FIXES]
        - #175 Fix find_elements_ok
@gempesaw
Copy link
Collaborator

released in v0.2203 thaaanks :P

gempesaw added a commit that referenced this issue Jan 25, 2015
        [NEW FEATURES]
        - #178 Fix upload_file's return value & add test suite
        - #179 Add optional middle finder-strategy argument to T:S:R:D's find_element-like functions
        - #174 Add new endpoints: cache status, geolocation, log types, orientation, etc

        [BUG FIXES]
        - #175 Fix find_elements
        - #180 Stop overwriting body_text_unlike test descriptions
        - #141 Explicitly cast height and weight to integers for set_window_size
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