Files
mediawiki-extensions-Univer…/tests/browser/features/support/pages/random_page.rb
Niklas Laxström 3398a949e3 Refactor Sticky input methods
Change-Id: I20ee4e7b90ec9aaa3155fe2e357cf04388d0994c
2013-10-30 11:50:13 +02:00

18 lines
542 B
Ruby

class RandomPage
include PageObject
include URL
page_url URL.url('Special:Random')
span(:cog, title: 'Language settings')
a(:create_a_book, text: 'Create a book')
a(:download_as_pdf, text: 'Download as PDF')
a(:download_the_file, text: 'Download the file')
li(:main_page, id: 'n-mainpage-description')
a(:malayalam_link, title: 'Malayalam')
a(:print_export, text: 'Print/export')
a(:printable_version, text: 'Printable version')
button(:search_button, id: 'searchButton')
a(:uls_trigger, class: 'uls-trigger')
end