summaryrefslogtreecommitdiff
path: root/qa/lib/slack/mixins/browser.rb
blob: 853ff2c71308a49a276662429380944622f29a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

module Slack
  module Mixins
    module Browser
      def browser
        ::Chemlab.configuration.browser.session.engine
      end
    end
  end
end