Study application made to take advantage of the best programming practices using Appium with Ruby.
In arc mode, we can send every appium command through the terminal to our connected device/emulator/simulator.
find_element(id:"id here") - search the element by id and tell us if is on the screen
find_elements (class:"class here") - search elements by class and tell us quantity and if is on the screen