George S. Baugh

Results 93 comments of George S. Baugh

Whoever thought we should provide the assertion text needs to have their heads examined. Anything we can do automatically is guaranteed to be meaningless -- whee, I couldn't find an...

yep. I'm guessing the DWIM for the above example is to make sure the selector and type printed are copy/pastable without modification. I'll look at ensuring that is the case.

Notes: T::S::R::D::Role::DoesTesting is basically just shooting out the args to _check_ok(), which are basically the args to whatever finder method it's using. It looks so dumb due to it just...

Feel free to ignore my babbling, I tend to leave notes in cases for later use -- It's usually the odd couple of hours every few days I can look...

Oh boy, that awful patch in geckodriver to emulate chromedriver behaviour but that is hilariously wrong when negative margins are used on the element. What fun! Anyways, we've been disabling...

In new geckodriver this is now the webdriverClick capability. To do this, you need but pass this to constructor: ` my $d = Selenium::Remote::Driver->new( extra_capabilities => { webdriverClick => 0...

Gave it a spin, and am encountering similar difficulties. https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromium/capabilities-edge-options Seems to suggest valid keys for the 'prefs' object is described in a config file "in the user data folder...

possibly. Looking at that block I should also probably filter args[] thru List::Util::uniq.

From https://addons.mozilla.org/en-US/firefox/addon/katalon-automation-record/ : * Support old Selenium IDE's user-extensions.js https://forum.katalon.com/discussion/6286/we-have-released-katalon-recorder-3-5-0-with-support-for-extension-scripts-aka-user-extensions-js. So maybe our JS file will just work as-is? Worth a shot. If it doesn't work, feel free to share...