George S. Baugh
George S. Baugh
1. The JAR is essentially a proxy server for the browser drivers themselves, so you usually don't want to use it unless you want to use the "grid" functionality, which...
Strong suspicion this is related to what is happening in #468. You should probably use a javascript workaround: ``` $element->execute_script(qq{ var elem = arguments[0]; return elem.value; }); ``` If that...
In retrospect the "do exactly what the user requests" approach clearly was the wrong one, what everyone actually wants is DWIM, and the browser drivers themselves have embraced that. So,...
There's a selenium 4? Why? The driver vendors have barely implemented WC3 webdriver.
that's just version 4 of the ruby bindings. Why do I care about this? The standard is what matters to us.
Again, version of the software (in this case the selenium JAR) does not imply new standards. We can also not be shocked by alpha software not functioning. We also can't...
so as far as I can tell the big change is that they ripped out the JSONWire compat, which likely breaks an astonishing amount of the weird little hacks we've...
I'll try and have the re-factors done before chinese new year https://troglodyne.net/video/1610589448
getting sessions and timeouts wrecked, and will probably never be fixed upstream, apparently Broken: get_alert_text get_current_window_handle get_window_handles switch_to_window close get_window_size get_window_position get_current_url get_title screenshot get_active_element get_log get_log_types get_all_cookies delete_all_cookies release_general_action...