Muhammad Härter
Results
3
comments of
Muhammad Härter
thx @codyrobbins if one now also adds in the `private` part of your code this method: ``` def write_audit(attrs) attrs[:associated_type] = record_type attrs[:associated_id] = record_id super end ``` and in...
what about the go way to install?
setting the `no-sandbox` option solved the issue for me: `Ferrum::Browser.new(browser_options: { 'no-sandbox': nil })`