esakiraja
2 questions
0
votes
0
answer
6
views
Is there a way to use a matcher like 'Verify' in rspec?
So far I'm using 'expect' in my test framework which will stop the execution when it meets a fail condition. I want something like, the execution should happen even if it meets the fail condition. I could see that there is a matcher called 'Verify' in rspec where I need to inherit 'Test::Unit::TestC...
1
votes
1
answer
493
views
How to load custom chrome extension using selenium web driver in ruby?
Is there any way that I could load custom chrome extension(is actually a folder of js files) when I execute selenium web driver?.