You are about to add some vars to the page_object

Please use only valid names for ruby vars (no CROCO, special symbols, just some_var or anotherVar)

You can use variable in the other one adding: #{@your_var} just like in ruby

Note that @ will be added to your var name automatically.

So if you have defined something and you wanna use the value of it in the other var you should write #{@something}

You should set a var with the url name if you are gonna use your_page.open_page method later

Your values provided here will be default for your page_object but you can change it like your_page.your_var = newvalue

NEVER USE AS A VAR NAME:class_name, open_page, data, engine, edit_mark ,method_edit, method_missing

Custom vars: