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.
Is there a way to get a value from a text field or any element and save it to a variable?
LikeLike
Cucumber steps dose not support returning value.
You have to write custom step for it.
LikeLike
Guys,
This is very useful and strong understanding videos. Now i have started my learning work Selenium-cucumber but unfortunate, getting an error message while executing the program.
i.e.
*** WARNING: You must use ANSICON 1.31 or higher (https://github.com/adoxa/ansicon/) to get coloured output on Windows Unable to find Mozilla geckodriver. Please download the server from https://github.com/mozilla/geckodriver/releases and place it somewhere on your PATH. More info at https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver.
After that i have installed ANSICON using D:\Cucumber\Ansicon\x64>ansicon -i commend.
but according to your video, I am stuck . Please suggest how to proceed my code.
Please do the needful.
LikeLike
Check selenium version if its 3+ then you need to set driver path for Firefox browser as well.
LikeLike
Can you please also provide the link from where i can find all required prerequisite.Actually i am confused like what files are available in cucumber folder which you putting in Subline- Preference.
Currently i have the following installation files :
1) rubyinstaller-2.3.3
2) Sublime Text Build 3126 x64 Setup
3) DevKit-tdm-32-4.5.2-20111229-1559-sfx
4) Ansicon\x64
LikeLike
All links are present on site itself
https://seleniumcucumber.info/desktop/
LikeLike