- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Use of 'ClickAt ' selenium command.
We can use the ClickAt command in Selenium IDE. The ClickAt command has two arguments − the element locator and the coordinates which mentions the x and y coordinates of the mouse with respect to the element identified by the locator.
This method is used when we want to click on a position having a specific mouse coordinate. It can click on a checkbox, radio button or link.
Syntax
clickAt(locator, coordinates)
In the Selenium IDE, Choose a row inside the test script edit box. Enter click at the Command field. To identify the dropdown with the id locator, enter the Target field. The x and y coordinates are to be entered inside the Value field.
- Related Articles
- Explain the use of delete command in DBMS
- What is the use of update command in SQL?
- Use Selenium with Chromium Browser.
- How to use Selenium IDE?
- Why should you use git add command before using git commit command?
- What is the command used to register gecko driver in Selenium?
- How to use diff Command in Linux
- What is the use of Get-Process command in PowerShell?
- Why do we use WebDriver instead of Selenium IDE?
- When Should I use Selenium Grid?
- How to use Selenium in C#?
- How to use Selenium with Python?
- How do I use Selenium IDE?
- How to use replace command in Android sqlite?
- How to use update command in Android sqlite?

Advertisements