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