Documentation Webship JS 1.0.x Install Webship JS Global Settings Step Definitions Given I am on homepage Given I am on "specific page" When I go to the homepage When I go to "specific page" When I reload the page When I move backward one page When I move forward one page When I fill in When I press "button" When I click "link" When I check "checkbox" When I uncheck "checkbox" When I select "option" from "select list" When I click "operation" in "text" row When I wait Then I should see Then I should be Then the "item" checkbox Then the item should contain Then the "item" field should contain "value" Then the "item" field should not contain "value" Then the response should contain "text in the page" Then the response should not contain "text in the page" Then the "item" element should contain "CSS style" Then the "item" element should not contain "CSS style" Then I should see "operation" in "text" row Then the "item" link should contain "url" Then the "value" radio button is selected Then the radio button "value" should be selected Then the response status code should be {number} When I attach the file "file name" to "element" When I scroll When I wait for AJAX to finish API Step Definitions Assertions Commands Needed Tools Integrations This step definition is used to verify that the element must contain a particular text.Then the "([^"]*)?" field should contain "([^"]*)?"The field is specified by id|class|name|label. Example:Then the "Username" field should contain "John Smith"