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
{{ message }}
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
This is not really an "issue" per se, just a suggestion. Have you ever thought about doing a little extra meta-programming to get rid of all the $browser objects in the step definitions?
Just an idea.
The text was updated successfully, but these errors were encountered:
what kind of meta programming do you suggest? i guess browser could just be a method somewhere. good idea though. global variables are evil. wanna go for it?
I'd like to go for it, time permitting. Basically, what would happen is all browser instance calls would appear to be 'self' calls to whatever object the step belongs to (i have to study the code to determine that). That object (which would probably be missing those calls) would hand them off to the culerity wrappers to celerity.
That's the theory at least. :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is not really an "issue" per se, just a suggestion. Have you ever thought about doing a little extra meta-programming to get rid of all the $browser objects in the step definitions?
Just an idea.
The text was updated successfully, but these errors were encountered: