You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This is due to a parsing error in the taza gem. If this is your library, you can fix it by changing instances of {browser.element_by_xpath(...)} in examples on lib/taza/page.rb to include spaces around the braces ({ browser... }). Omitting the braces throws off YARD and causes it to interpret the reference as a class method, which is invalid in that context.
If this is not your library, I would recommend reporting the error to http://github.com/hammernight/taza -- the issue can reproduced by running yard --debug on the project locally."
The text was updated successfully, but these errors were encountered:
Hi. I just wanted to report an issue with the taza docs...
This page does not render: https://www.rubydoc.info/gems/taza/1.0/Taza/Page
I'm told this is the reason:
"This is due to a parsing error in the taza gem. If this is your library, you can fix it by changing instances of {browser.element_by_xpath(...)} in examples on lib/taza/page.rb to include spaces around the braces ({ browser... }). Omitting the braces throws off YARD and causes it to interpret the reference as a class method, which is invalid in that context.
If this is not your library, I would recommend reporting the error to http://github.com/hammernight/taza -- the issue can reproduced by running yard --debug on the project locally."
The text was updated successfully, but these errors were encountered: