selene
selene copied to clipboard
deprecate browser.execute_script in favor of browser.driver.execute_script?
currently only shared.browser.execute_script exists in Selene (Browser.execute(self, script) does not) and it is already deprecated... but need we it or not?
shouldn't we keep it to be consistent with Element.execute_script(self, script)?
#445 is also a good thing to count here...