Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
###Installation
CentOS 7
— Start with the LCSR Developer Base Virtual Machine Image
— install via a non-root “guest” user or create a new “mimic” user with Sudo privileges.
## Prerequisites
What things you need to install the software and how to install them
– Mimic_Java_Template: contains the Java Selenium Template file which is utilized when creating the executable .jar file
– mimic_converter.sh: converts the user supplied code from the Selenium Recorded into a .jar file which can be executed
– mimic_wrapper.sh: allows for API style control over the .jar file for remote use.
#On Client:
– Katalon Recorder
Chrome: https://chrome.google.com/webstore/detail/katalon-recorder-selenium/ljdobmomdgdljniojadhoplhkpialdid?utm_source=chrome-ntp-icon
#On Server:
Java
– OpenJDK version “1.8.0_191”
– OpenJDK Runtime Environment (build 1.8.0_191-b12)
– OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)
Selenium Driver: “Driver Bindings” https://selenium-release.storage.googleapis.com/3.141/selenium-java-3.141.59.zip
Source: https://www.seleniumhq.org/download/
### Installing
A series of steps to get a development environment running
On Server:
Installing standalone Selenium WebDriver and dependences:
[guest@localhost ~]$ cat chromedriver_install.sh