Skip to content

Instantly share code, notes, and snippets.

View TheodoreR-cpu's full-sized avatar
🏠
Working from home

TheodoreR-cpu

🏠
Working from home
View GitHub Profile
/**********************
* superDrEvalBros.js *
**********************
*
* You're still here?! Well, Dr. Eval, let's see
* how well you can operate with one less dimension.
*
* Give up now. Unless you have a magic mushroom
* up your sleeve, it's all over.
*/
@flabernardez
flabernardez / functions.php
Created August 19, 2021 11:10
#woocommerce disable product on hover zoom effect
<?php
add_action( 'wp', 'remove_image_zoom_support', 100 );
function remove_image_zoom_support() {
remove_theme_support( 'wc-product-gallery-zoom' );
}
import java.net.URL;
import java.net.MalformedURLException;
import org.openqa.selenium.remote.DesiredCapabilities;
import io.appium.java_client.ios.IOSDriver;
import io.appium.java_client.ios.IOSElement;
public class UseFindBy {
static IOSDriver<IOSElement> driver;
static FindBy findBy;