Skip to content

Instantly share code, notes, and snippets.

View CXwudi's full-sized avatar
😃
Free

CXwudi

😃
Free
View GitHub Profile
ikuuu.me
dog.ssrdog.com
@CXwudi
CXwudi / CmsPageUtils.java
Last active April 10, 2023 17:34
Complex Scenario implementation of CMS using Cucumber, taken from the private repo for COMP5903
package scs.comp5903.cmscucumber.util;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
/**
* @author CX无敌
* @date 2022-06-03
*/
public class CmsPageUtils {
miku-proxy