CSeT-F A4Q Certified Selenium Tester Foundation

Loading demo links...

Showing 1–3 of 5 questions

Question 1

Which of the following states for a link WebElement could be checked to ensure that trying to click on the WebElement does not fail?

Choose three of the seven answers

Select all that apply, then click Submit answer.

  • The WebElement is selected

  • The WebElement exists

  • The WebElement is not selected

  • The WebElement is displayed

  • The WebElement is at a particular X,Y location

  • The WebElement is enabled

  • The WebElement has a text value

Question 2

Which of the following methods can find an element by its class name? Select two options

Select all that apply, then click Submit answer.

  • find__element__by__css__selector

  • find.__element__by__id.

  • find_ element_bY_xpath

  • find_element_by_tag_name

  • find_element_by_partial_link_text

Question 3

Your SUT displays an alert with two buttons OK and Cancel

Issuing the dismiss*) command for that alert is equal to manually pressing which button?

Select an option, then click Submit answer.

  • OK

  • Cancel

  • Neither

  • It is impossible to tell