Podcast
Questions and Answers
Which command in Selenium IDE is used to locate GUI elements?
Which command in Selenium IDE is used to locate GUI elements?
- open
- verify
- locator (correct)
- click
What is the most common way of locating elements in Selenium IDE?
What is the most common way of locating elements in Selenium IDE?
- Tag name
- Class name
- ID (correct)
- CSS selector
Which locator is used to locate elements by their name attribute in Selenium IDE?
Which locator is used to locate elements by their name attribute in Selenium IDE?
- link text
- name (correct)
- id
- class
Which locator is used to locate elements by their link text in Selenium IDE?
Which locator is used to locate elements by their link text in Selenium IDE?
Which locator is used to locate elements by their DOM in Selenium IDE?
Which locator is used to locate elements by their DOM in Selenium IDE?
Which locator is used to locate elements by their XPath in Selenium IDE?
Which locator is used to locate elements by their XPath in Selenium IDE?
Which of the following commands in Selenium IDE does not require a locator?
Which of the following commands in Selenium IDE does not require a locator?
Which tool is used to locate elements in Selenium IDE?
Which tool is used to locate elements in Selenium IDE?
Which locator is used to locate an element by its ID?
Which locator is used to locate an element by its ID?
What is the target format for locating an element by its name?
What is the target format for locating an element by its name?
What are filters used for in Selenium IDE?
What are filters used for in Selenium IDE?
Which command is used to click on an element in Selenium IDE?
Which command is used to click on an element in Selenium IDE?
Which locator is used to locate a hyperlink text in Selenium IDE?
Which locator is used to locate a hyperlink text in Selenium IDE?
What is the target format for locating a hyperlink text in Selenium IDE?
What is the target format for locating a hyperlink text in Selenium IDE?
Which method can access only one element at a time in Selenium IDE?
Which method can access only one element at a time in Selenium IDE?
What is the syntax for using the getElementById method in Selenium IDE?
What is the syntax for using the getElementById method in Selenium IDE?
Which method collects an array of elements that have the same name in Selenium IDE?
Which method collects an array of elements that have the same name in Selenium IDE?
What is the syntax for using the getElementsByName method in Selenium IDE?
What is the syntax for using the getElementsByName method in Selenium IDE?
Which method applies only if the element is contained within a named form in Selenium IDE?
Which method applies only if the element is contained within a named form in Selenium IDE?
What is the syntax for using the dom:name method in Selenium IDE?
What is the syntax for using the dom:name method in Selenium IDE?
What is the keyword that Selenium IDE automatically interprets as a path within the DOM?
What is the keyword that Selenium IDE automatically interprets as a path within the DOM?
Which method of locating elements in Selenium IDE can access almost any element, even those without class, name, or id attributes?
Which method of locating elements in Selenium IDE can access almost any element, even those without class, name, or id attributes?
What is the syntax for locating an element by its ID in Selenium IDE?
What is the syntax for locating an element by its ID in Selenium IDE?
What is the syntax for locating an element by its Name in Selenium IDE?
What is the syntax for locating an element by its Name in Selenium IDE?
What is the syntax for locating an element by its Name using Filters in Selenium IDE?
What is the syntax for locating an element by its Name using Filters in Selenium IDE?
What is the syntax for locating an element by its Link Text in Selenium IDE?
What is the syntax for locating an element by its Link Text in Selenium IDE?
Which method of locating elements in Selenium IDE uses the form's index and not its name?
Which method of locating elements in Selenium IDE uses the form's index and not its name?
What is the syntax for locating an element by its index of the form and index of the element in Selenium IDE?
What is the syntax for locating an element by its index of the form and index of the element in Selenium IDE?
What is the syntax for locating an element by its index of the form and using the element's name instead of its index in Selenium IDE?
What is the syntax for locating an element by its index of the form and using the element's name instead of its index in Selenium IDE?
What is the advantage of using XPath to locate elements in Selenium IDE?
What is the advantage of using XPath to locate elements in Selenium IDE?
Flashcards are hidden until you start studying