All Questions
2 questions
4
votes
3
answers
10k
views
How do I close() and quit() Selenium driver without affecting other steps in Cucumber and Selenium?
I have two feature files in Cucumber that are linked to corresponding step files. The problem is that when one of the step file finishes execution then it closes all the browser windows (because of ...
2
votes
3
answers
2k
views
How to get the text from the auto suggestion of the auto complete text box?
My requirement is I want to select the particular name from the auto-suggestion in the autocomplete text box.
So here I only know how to get the name by using the mouse down to achieve this But I know ...