This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# Description: Copy a named playlist to another user | |
# Author: murat3 | |
# Requires: | |
# - python >=3.9 | |
# - pip >=3.x | |
# - plexapi >=4.x | |
# - plex >=4.x | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package nl.zarif | |
import static com.kms.katalon.core.testobject.ObjectRepository.findTestObject | |
import com.kms.katalon.core.annotation.Keyword | |
import com.kms.katalon.core.mobile.keyword.MobileBuiltInKeywords as Mobile | |
import com.kms.katalon.core.mobile.keyword.internal.MobileDriverFactory | |
import com.kms.katalon.core.model.FailureHandling | |
import com.kms.katalon.core.util.KeywordUtil | |
import io.appium.java_client.AppiumDriver as AppiumDriver |