Good morning! I'm trying to automate the process of logging into my email account, accessing the first email there, opening it and retrieving the necessary code
I'm using robotframework and python to write automation test cases. But for Tableau graph, it is inside a canvas tag. I want to click some elements (dynamic) in
I have problem while automation iOS on real device , during i starting test I got erorr Try to remove the WebDriverAgentRunner application from the device if it
If I open any .html file that generated by Robot Framework and try to convert it in any other format(for example, docx formate) using either any python code or
I have this link : https://pubmed.ncbi.nlm.nih.gov/?term=Fleiss+B and I want to click on each link, extract some information and then comeback to the initial pa
I was testing my website using RF. The problem is, every time the modal is opened, a different id(locator) will be set on the textbox that I want to input my te
In my robot script total 10 testcase are preset under TEST Cases section. Test1 is independent and does not need to run all the time; one time execution is enou
I'm having an issue with the "Page should contain element" keyword in combination with the "Create webdriver" keyword. For example, using the "Open browser" key
I am opening chrome extension in a tab instead of pop up with following code: chrome-extension://xxxxxxxxxxxxxxxxxx/popup.html But when I do so the extension do
I am looping values from an Excel file by using ${txnExcel} to search and compare the value. But sometimes ${txnExcel} is doesn't exist in the system. In that c
What is the syntax of AutoIt library's "Control Click" keyword in Robot Framework? Step 1, 2 and 3 are working: Start app using batch file. Click "Next >" bu
I am running the following keyword below to create a client cert session and it creates it perfectly fine: Create Client Cert Session alias=${alias} url=${url
I wonder if you would be able to help I have a page where I perform a save action and the resulting page gives me an ID in the URL e.g. https://thiscouldbeanyth
I'm not able to start Headless chrome with a maximized window. I tried two solutions but none of them worked for me. First solution : Open Browser ${LOGIN_
See below. From checking dateformats, the %d should work but doesnt seem to - see output. Log to console Completion Date ${completion_date} ${date_to_search_f
I'm wondering, I'd love to find or write condition to check if some element exists. If it does than I want to execute body of IF condition. If it doesn't exist