Hi Team, Thanks for the video. I just finished watching the video. Could you please let me know whether the repository is still available for public viewing. thanks
regarding the variables file, is it compulsory to put them in a .py or .yaml file or it is just a best practice? it is not possible to define them in a .resource file ?
You can store the variables in whatever type of file you like and it's easier for you. That's what makes Robot Framework such a powerfull tool. You have some guildlines but you can choose the option that best fits your project and your needs.
Great and helpful tutorial. A small piece of advice that would make watching the material easier is to please record in a higher resolution.
What is most important here, is that Browser Library is a Playwright "port" into RobotFramework.
Hi Team, Thanks for the video. I just finished watching the video. Could you please let me know whether the repository is still available for public viewing. thanks
I'm getting Type error: Replace all is not a function
When I'm using trying to use the sauce demo locators and automate it..Please help
Hi. Impressive video. How can i reach github repository of this project?
Hi, is it possible to have the github repo link please for the project ?
Here you go: github.com/horzuff/robocon2024
@@RobotFrameworkChannel Thank you !!!
Hi, what was the alternative to the debugger that RENÉ was mentioning for at the point 2:17:35 ?
Hello,
This is what Rene mentioned: pypi.org/project/robotframework-debuglibrary/
regarding the variables file, is it compulsory to put them in a .py or .yaml file or it is just a best practice? it is not possible
to define them in a .resource file ?
It all depends on what are your intentions. I use *.resource for variables and *.json for API requests/response schemas.
You can store the variables in whatever type of file you like and it's easier for you. That's what makes Robot Framework such a powerfull tool. You have some guildlines but you can choose the option that best fits your project and your needs.