Setting up selenium-cucumber
Setting up project
Example – Gmail Login
How to use Navigation Steps
How to use Assertion Steps
How to use Input Steps
How to use Click Steps
How to use Progress Steps
How to use JavaScript Handling Steps
How to use Screenshot Step
How to use Image Assertion Steps.
Seems very useful, but I can’t use canned steps on my features.
I create feature files and type predefined steps, but all steps are not defined. Step definition files, provided on your library, unreachable for my .feature file.
Any idea why this happens?
I’m using RubyMine 7
LikeLike
Have you created selenium-cucumber project structure and same is opened in rubymine?
LikeLike
the videos are very helpful. I’m trying to use pre-defined steps for dropdown list and unable to pass the test. Can you please help me on that.
e.g I’m trying to select a state and value is CO, Im trying to use
I select “(CO)” option by value from dropdown having xpath “(.*?)”
but its giving me an error saying that the value you are putting does not exist.
Please help.
If you can a video for the dropdown list.. it will be of great help. Thanks!
LikeLike
Try with other steps like by text.
LikeLike
Hi Sameer,
Thanks,
Rajesh.
LikeLike
Hi Rajesh,
Thanks, We have already started working on selenium-cucumber-java https://github.com/sameer49/selenium-cucumber-java
I will be happy if you want to contribute.
Regards,
Sameer
LikeLike