Skip to content

Instantly share code, notes, and snippets.

View mikegolod's full-sized avatar
🖥️
need more minerals

Mikhail Golod mikegolod

🖥️
need more minerals
View GitHub Profile

FooEntity

{
    "foo_name": "",
    "foo_desc": ""
}

NavigatorEntity

#!/usr/bin/ruby
require 'rubygems'
require 'safariwatir'
RU_ALPHABET = "абвгдеёжзиклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ"
#First, filling textfield
b = Watir::Safari.new
b.goto('http://www.google.com/')