6 lines
81 B
Ruby
6 lines
81 B
Ruby
class EditPage
|
|
include PageObject
|
|
|
|
textarea(:editarea, id: 'wpTextbox1')
|
|
end
|