All Questions
2 questions
1vote
3answers
743views
How to disable pdf-viewer built-in in chromedriver
I am using Ruby, Watir and Chromedriver. And I need to disable the pdf-viewer when clicingk in a pdf link in my web tests. I tried, without any luck, a lot of different settings like: prefs = { ...
0votes
1answer
5kviews
Selenium using chromeDriver and ruby
I have been trying to start my node Selenium-IDE ruby test/unit export in Chrome on Windows. I have found all kinds of solutions that "should" work, however I can't even get a instance of Chrome ...