Skip to content

Instantly share code, notes, and snippets.

View sidarakeo's full-sized avatar
🎯
Focusing

Sidara KEO sidarakeo

🎯
Focusing
  • Phnom Penh,Cambodia
View GitHub Profile
// step 1 install java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
sudo npm install java --save
// step 2 using
var java = require("java");
var jarfile = "jarfileName.jar";
java.classpath.push(jarPath);
@Tset-Noitamotua
Tset-Noitamotua / _Create_Webdriver.md
Last active May 31, 2021 11:06
Robot Framework Selenium2Library - "Create Webdriver" Keyword Examples
@semutmerah
semutmerah / TestSwipe.robot
Last active July 5, 2024 10:51
Demo Scroll Down / Scroll Up using Swipe keyword in Robot Framework
*** Settings ***
Library AppiumLibrary 15 run_on_failure=Log Source
Library Process
Suite Setup Spawn Appium Server
Suite Teardown Close Appium Server
Test Teardown Close Application
*** Variables ***
## Go here to download the apk for the app used in this test -> https://drive.google.com/file/d/19FxLjux8ZtumweXzBA_CYrL0Va-BL4gY/view?usp=sharing