0
天生的幻影功能和可以與poltergeist共用的功能之間有橋樑嗎?我想用phantomjs「includeJs」如何與幽靈精靈一起使用phantomjs的「includeJs」功能?
天生的幻影功能和可以與poltergeist共用的功能之間有橋樑嗎?我想用phantomjs「includeJs」如何與幽靈精靈一起使用phantomjs的「includeJs」功能?
鬼驅人不提供PhantomJS」 includeJS
任何訪問,但其extensions
功能是通過injectJS
提供類似功能,允許您指定獲得在頁面加載JS文件執行創建時間,允許您填充缺失的功能等。http://www.rubydoc.info/gems/capybara/Capybara/Node/Actions#attach_file-instance_method。您可以在駕駛員註冊時指定文件。
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, extensions: ['file1.js', 'file2.js'])
end