gemini
gemini copied to clipboard
fix: In Firefox, when the URL hash changes, browser not reloaded.
environment
OS: Windows 10
Firefox: 47.0.2
SeleniumServer: 2.53.1
GeckoDriver: 0.13.0
I changed because IE did not work.
before
return this._wd.get('data:,')
after
return this._wd.get('about:blank')
@kamijin-fanta Thank you for your contribution.
//сс @sipayRT I have not such experience to verify this change 😢
what about refresh command? We can add such functionality