Top "Selenium2library" questions

Selenium2Library is a web testing library for Robot Framework.

How do I use Click Element function with robot framework when the element does not have id or name?

I'm currently using the Selenium2Library in robot framework to automate some web tests. Currently, I'm having problems automating the …

robotframework selenium2library
Robot Framework Text Field Clearing and Inputting

I am automating a web page using Robot Framework. The page has unusual text fields that receive automatic input (not …

input automation textfield robotframework selenium2library
How to run headless REMOTE chrome using robot framework

I'm trying to run chrome headless with my robot framework tests suites. I managed to do it independtly with python …

robotframework selenium2library
How to write xpath based on element's text in Robot Framework?

I am using the Robot Framework and Selenium2Library The button has a text of "Save" and there is nothing …

selenium xpath selenium-chromedriver robotframework selenium2library
Upload a file in browser using Robot Framework Test

I'm writing Test Cases using Robot Framework and Selenium for my Web application. I tried to Upload a file, but …

selenium pycharm robotframework filechooser selenium2library
Create an Empty List and push data in an Iteration using Robot Framework

I need to make a collection which is populated in a loop. So, I need a global collection and I …

selenium pycharm robotframework selenium2library robotframework-ide
wait until the page is loaded

In Robot Framework, does any keyword in any library implement this? Open Browser and Go To just go to the …

robotframework selenium2library
scroll until the element is in view using Selenium2Library Keyword

I am using Robot Framework for my web application automation execution.I had found one such solution using Selenium Web-driver. …

selenium robotframework selenium2library
How to check if file got downloaded from browser using selenium2library

Can someone help me How to check if file got downloaded from browser using selenium2library,RobotFramework.In my current …

selenium-webdriver robotframework selenium2library
chrome options in robot framework

I am trying to download a file from a link on webpage. However I get annoying warning "This type of …

python robotframework selenium2library