hi Sir,these are really worth videos thanks a lot for sharing the content . Guys who are reading the comment and really want to learn robot framewokr here is the Pavan sir who always explained in a laymen teminology so that everyone understands. And one small request guys, since this pavan sir is doing this much for us,pls donot skip the adds,just watch fully PAvan sir will get the income.This is the least way we can help him. Thanks Pavan sir
Yes you are absolutely right. Thank you so much for these videos, they really helped me understand robot framework without having to bother colleagues with ''dumb'' questions. If I can support you in any way like watching ads I will surely do.
Meru really sooper sir, 3yr back ee meru Robot framework explain chesaru.. Now the Recruiting team is asking for robot experience. so nice explanation.
Beware: you might not get selenium or robot framework recognized on first try. It could be a silly fix, if you've been following these great tutorials: at first he created a test project to show how to set up packages and plugins (on previous video). Then he created a new one for the actual automation suite. Thing is, if you've done the same, you might have forgotten to add the packages to this new project. So just select the new project > File > Settings > Project:yourproject > Python Interpreter > Add selenium, robotframework and robotframework-seleniumlibrary. Then restart Pycharm.
I dont mean to be so offtopic but does someone know a trick to log back into an instagram account?? I was dumb forgot my password. I would appreciate any assistance you can offer me!
@Cohen Peyton i really appreciate your reply. I found the site on google and I'm trying it out atm. Takes a while so I will get back to you later with my results.
I wasn't able to execute my test within Pycharm the way the video shows. So this is what I did: opened a terminal (git bash, in this case), went to the project/TestCases folder as the current directory and executed this command: python -m robot TC1.robot
Use Service instead to create the webdriver instance and then you'll get find_elements instead of find_elements_by_xpath... Probably the webdriver change it is
Hello Sir, I wanted to use this robot framework in VS code , do you have any reference videos that made or any recommendations that you suggest to look into on the same?, thanks
I had the same issue, but I found the solution in @dark Shadow comment. You can just change the version of robotframework-seleniumlibrary to 3.3.1 ! , restart your PyCharm application and THAT SHOULD WORKS :)
Hi Sir, your videos are really understandable. Why we have to use id for input fields instead of xpath and why we are using "click element" and not "click button"?
Hello Sir I am NOT getting auto suggestion even though I installed "Intellibot @SeleniumLibrary Patch" and Also I am getting different kind of robot icon for .robot file and *** Settings *** *** Variables *** *** Test Cases *** *** Keywords *** are visible grayed in stead of Green shown in video... Can you please help me asap on this !
download the zip from github.com/lte2000/intellibot/tree/develop and extract it. Then go to settings/plugins and install the jar by selecting the setting button and select Install Plugin from disk and select the downloaded jar
Download intellibot jar from github and then go to setting -->plugins-->install from disk then upload the downloaded intellibot jar and restart pycharm. auto suggestion should start working.
31:33 How does Robot know user defined keywords. Is LoginToApplication keyword exist in a library? Or can you just create whatever "keywords" you like and robot just interpret it as a keyword by virtue of it having commands below it? Is "keyword" sort of a user defined function?
Hi paven sir, when I'm writing keywords the autosuggest is not working can you please whether we need to install any jar file or any settings we need to change
in selenium, we use the driver.switch to.frame() like this . if the possibility to select a frame in the robot tool. And robot framework supports the data provider?
Why robotframework is not displaying in pycharm when I try to installing packages but when I type ‘pip list it shows robotframework and robotframework-selenium library is there but not is the pycharm list
good one .thanks I am new to this but help me alot and I am trying to automate for ITSM tickets module ..if you have any video pls share me the link for same.. till then I am going all your videos
Hello Sir, I am facing a problem, the browser opens and closed immediately without performing any step however it shows me that the test pass normally, I am trying to find a solution but I couldn't, I need your help, Thx
Intellibot doesn't cooperate with the new version of PyCharm. Plenty of errors: java.lang.ClassCastException: class com.intellij.psi.impl.file.PsiDirectoryImpl cannot be cast etc... etc... and so on..... Will try with VisualStudioCode.
Not able to install robotframework and robotframework-selenium library in to pycharm But both of them are shows in ‘C’ drive when I type ‘pip list’ Pls advise .. thanks
Hello Sir, great fan of your tutorials. Currently, I am stuck in an issue. when I try to execute my test case, firstly it shows me up this error : [18:44:59.826] USB: usb_device_handle_win.cc:1058 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F). and secondly, it shows up the failed test case as a result. Can you please provide your valuable assistance on this problem? Thanks.
Just in case you are still searching answer. Maybe you are trying to login to some page whose element xpath is changing everytime you open it, try to follow same on Netflix webpage. It should work, it worked for me after same error.
Hi Sir, While I am trying to write first testcase i am getting error with the plugin. Plese find the below error and let me know how to resolve this. Cannot distinguish StubFileElementTypes. This might worsen the performance. Providing unique externalId or adding a distinctive debugName when instantiating StubFileElementTypes can help (override getExternalId() and/or getDebugName() in StubFileElementType). See attachment for additional information.
Hi Vinay, what we have to do if the list of options are not coming when we type just open. Ideally open browser should come with other options . I dont know why it is not coming.
This suggestion issue is working fine after following below steps: Go to cmd > until python script folder Uninstall the latest lib using pip uninstall robotframework-seleniumlibrary Now install this lib using pip install robotframework-seleniumlibrary==3.3.1
Install the following version of selenium - 3.141.0, robotframework - 3.1.2 robotframework-seleniumlibrary - 3.3.1 in python interpreter of Pycharm IDE for the smooth functioning of Robot Framework Test Execution
Hi , I am getting below issue after running the test case . what can be the resolution for it? LoginTest | FAIL | Keyword 'SeleniumLibrary.Create Webdriver' expected 1 to 3 non-named arguments, got 0. TC1 | FAIL | 1 test, 0 passed, 1 failed
Hi sir, I am getting "SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 83" this error,while executing the command. I updated the driver present in my system to the actual version of my chrome, which is 87.0. But still i am getting the same error. Where might be the issue?
I'm getting an error - This file does not have an app associated with it for performing this action. Please install an app or, if one is already installed, create an association in the Default Apps Settings page.
I can't able to locate the element eventhough the element is not un I can able to check the title of the page Only thing can't able to locate the element . Followed your process of installation. Please help me in this its really neede to improve my career
I have downloaded and installed everything as shown in video, while i type any keyword like Open browser, input text or anything the autosuggestion is not coming and the keywords are appearing in grey color if i type them manually. Can anyone please help I am feeling frustrated I have tried every possible way to resolve this even installed and uninstalled the python, selenium, robotframework, robotframework-seleniumlibrary, pycharm, plugins n all but its not working at all. Please reply on my comment if anyone has faced the same issue and resolved the same. It would be really helpful for me as I am actively preparing for the interviews.
Aauto complete is not working . I have installed the patch IntelliBot @SeleniumLibrary . Here is setup details : Pycharm 2020.2.3, Robot Framework 3.2.2 and SeleniumLibrary 4.5.0 . Is there something I am missing?
Was struggling with this for hours... and then found out that at some point along the way the file extension *.robot had gotten assigned to 'Robotframework language file' instead of 'Robot Feature files'. Instructions to fix: superuser.com/questions/1442492/intellibot-seleniumlibrary-patched-plugin-does-not-work-on-pycharm-mac Quick steps: Project settings -> Editor -> File Types -> Look for 'Robot Feature files' -> add (+) *.robot
This report format is nice but how do I send this report to my manager or someone else . It's saved within the project path only, Can anyoen please let me know how do i send this complete report to others
I encountered an error when using Robot Framework: "Couldn't find a debug adapter descriptor for debug type 'robotframework-lsp' (extension might have failed to activate)." Can anyone help with this?
How to Download the Browser drivers dynamically with out passing the path of .Exe file in script folder, like creating our own Keywords or resource file, kindly do a session on this concept.
Hi Sir, I am following your video for robot framework and find its really helpful to learn robot framework. but now i am facing one chainage now.... which is "[ ERROR ] Parsing 'path of file' failed: File or directory to execute does not exist." can you help me with the reason of this issue and how to resolve it???? that would be a great help for me. Thanks in advance
Hi Sir..I am also facing same issue with intellibot plugin IDE FATAL ERROR : Exception plugin IntelliBot @SeleniumLibrary Patches. How do we solve this keyword problem?
Answered by Prem Kumar: download the zip from github.com/lte2000/intellibot/tree/develop and extract it. Then go to settings/plugins and install the jar by selecting the setting button and select Install Plugin from disk and select the downloaded jar
i got the error to disable the plugin "intellibot structured" after i disabled the plugin and added "intellibot" and "robot framework to the plugins"it will work without any error.And got open browser keyword not found due to i didnt give double space between library and selenium library in the settins.after i gave double space it will work(after i came to know indentation concept is very most important in python)
This is the best channel to learn any new technology. He explained everything in very simple way to understand. Good work!!!!
Thanks! 😃
hi Sir,these are really worth videos thanks a lot for sharing the content .
Guys who are reading the comment and really want to learn robot framewokr here is the Pavan sir who always explained in a laymen teminology so that everyone understands.
And one small request guys, since this pavan sir is doing this much for us,pls donot skip the adds,just watch fully PAvan sir will get the income.This is the least way we can help him.
Thanks Pavan sir
So nice of you
Yes you are absolutely right. Thank you so much for these videos, they really helped me understand robot framework without having to bother colleagues with ''dumb'' questions. If I can support you in any way like watching ads I will surely do.
@@sdetpavan it really help me i was getting issue while running first test case but now it is resolved working fine thank you pavan sir €you are a gem
Meru really sooper sir, 3yr back ee meru Robot framework explain chesaru.. Now the Recruiting team is asking for robot experience. so nice explanation.
Very useful videos, I am a fresher to robot framework who did not know abc of it and this video made my robot framework learning very smooth.
Beware: you might not get selenium or robot framework recognized on first try. It could be a silly fix, if you've been following these great tutorials: at first he created a test project to show how to set up packages and plugins (on previous video). Then he created a new one for the actual automation suite. Thing is, if you've done the same, you might have forgotten to add the packages to this new project. So just select the new project > File > Settings > Project:yourproject > Python Interpreter > Add selenium, robotframework and robotframework-seleniumlibrary. Then restart Pycharm.
I did but unable to recognise selenium framework in pycharm, please help
Did you resolved it? Can you hhelp me with same if you have done that
@@ragnargaming8029
Thank you so much sir, your video is very helpful for beginners like me to start Robot Framework Automation
You are the best
Fantastic sir👍👍🙏🙏
Thanks
Really liked it...so much hard work
most welcome
Excellent Pawan.
Thanks
Clear and informative videos.
Thanks
This is so helpful..Thank you
welcome
Thanks sir🎉
Welcome
thanks a lot sir for sharing this knowledge super
You are most welcome
Excellent, thank you!!!
Welcome
amazing sir, keep making such videos
Thank you
great content. thank you!
welcome
Now also for every information i m searching ur videos only sir
Thanks
thank you very much for this very well explained course
I dont mean to be so offtopic but does someone know a trick to log back into an instagram account??
I was dumb forgot my password. I would appreciate any assistance you can offer me!
@Aarav Wallace Instablaster ;)
@Cohen Peyton i really appreciate your reply. I found the site on google and I'm trying it out atm.
Takes a while so I will get back to you later with my results.
@Cohen Peyton It worked and I now got access to my account again. I'm so happy:D
Thank you so much you saved my ass !
@Aarav Wallace Happy to help :D
🙏🙏🙏🙏Thank you sir
Most welcome
Amazing sir well explained.
Thanks and welcome
Thank you Sir.
You are most welcome
I wasn't able to execute my test within Pycharm the way the video shows. So this is what I did: opened a terminal (git bash, in this case), went to the project/TestCases folder as the current directory and executed this command: python -m robot TC1.robot
nicely covered
Thanks
website is asking for capcha verification, how to skip it ?
Need answer! 🙋🏻♀️
Thanks!
Welcome!
Keep it up sir 🙏
Thanks
Nice Thank you a lot :)
Welcome
Thanks.... 😁
Welcome
Top
How to handle the cloudfare browser check window which comes when we run the test case ?
Hi, i'm stuck in an issue, AttributeError: 'WebDriver' object has no attribute 'find_elements_by_xpath'
ya same error facing....can anyone pls help to resolve the issue
Use Service instead to create the webdriver instance and then you'll get find_elements instead of find_elements_by_xpath... Probably the webdriver change it is
I can't find setuptools inside project interpretor in settings
Do you provide training in RF?
Hello Sir, I wanted to use this robot framework in VS code , do you have any reference videos that made or any recommendations that you suggest to look into on the same?, thanks
Not able to find the "Open Browser" keyword even though intellibot is installed.
I had the same issue, but I found the solution in @dark Shadow comment.
You can just change the version of robotframework-seleniumlibrary to 3.3.1 !
, restart your PyCharm application and THAT SHOULD WORKS :)
Hi Sir, your videos are really understandable. Why we have to use id for input fields instead of xpath and why we are using "click element" and not "click button"?
I think so. In this example need exactly "click button"
Thanks!
Welcome!
Hello Sir
I am NOT getting auto suggestion even though I installed "Intellibot @SeleniumLibrary Patch" and Also I am getting different kind of robot icon for .robot file and
*** Settings ***
*** Variables ***
*** Test Cases ***
*** Keywords *** are visible grayed in stead of Green shown in video...
Can you please help me asap on this !
I got the same issue, who has any solution about this.. ?
download the zip from github.com/lte2000/intellibot/tree/develop and extract it. Then go to settings/plugins and install the jar by selecting the setting button and select Install Plugin from disk and select the downloaded jar
@@prembarnwal thankss it worked
@@prembarnwal Thank you
@@prembarnwal thanks brother, it worked
In pycharm autosuggestion is not showing i have installed the plugin intellibot
me too
Amazing !
Thanks
why is my pycharm not showing auto suggestion?
Download intellibot jar from github and then go to setting -->plugins-->install from disk then upload the downloaded intellibot jar and restart pycharm. auto suggestion should start working.
hi pawan, Intellibot plugin installed. But keywords are not showing (like OpenBrowser, Close browser not updating in pycharm. Please help
Same thing for me also not showing
I am not getting keyword suggestion how to do this?
Install the plugins
31:33 How does Robot know user defined keywords. Is LoginToApplication keyword exist in a library? Or can you just create whatever "keywords" you like
and robot just interpret it as a keyword by virtue of it having commands below it? Is "keyword" sort of a user defined function?
Hi paven sir, when I'm writing keywords the autosuggest is not working can you please whether we need to install any jar file or any settings we need to change
what you change in settings mine also not working bro
How you fix it?
@@saicharanboddukuri270 did you got anything
while execution it is giving error and showing robot word is not recognised
I have one doubt..Before learning robot framework which skill should I have...?
I have doing the same configuration. But when I try add Library then I didn't get the auto suggestion.
I face the same issue and pycharm showing error(report exception) , bro if you have resolved the issue please let me know as well
Download the jar file and install it from Pycharm settings option
@@healthwithbhavesh6030 I have downloaded intellibot lte2000 jar file n installed but I am not sure it's not working
@@notjust_explorer i did the same and its working for me..
in selenium, we use the driver.switch to.frame() like this . if the possibility to select a frame in the robot tool. And robot framework supports the data provider?
unable to use intellibot seleniumlibrary patched plugins having errors
Use the IntelliBot # patched plugin instead, it's newer than the one you mentioned above and it works for me
IDE error occurred in that exception in plugin intelliBot @seleniumlibrary patched. Some tym error is there could plz tell me how to resolve it.
Did u get any resolution
Why robotframework is not displaying in pycharm when I try to installing packages but when I type ‘pip list it shows robotframework and robotframework-selenium library is there but not is the pycharm list
good one .thanks I am new to this but help me alot and I am trying to automate for ITSM tickets module ..if you have any video pls share me the link for same.. till then I am going all your videos
Hello Sir, I am facing a problem, the browser opens and closed immediately without performing any step however it shows me that the test pass normally, I am trying to find a solution but I couldn't, I need your help, Thx
Intellibot doesn't cooperate with the new version of PyCharm. Plenty of errors: java.lang.ClassCastException: class com.intellij.psi.impl.file.PsiDirectoryImpl cannot be cast etc... etc... and so on..... Will try with VisualStudioCode.
Sir, Unable to add robot framework selenium library. Please help. I did same process as you said also installed all packages as well.
What if there is more delay in web page loding after click on login ?
Will it antomatically wait for it?
Not able to install robotframework and robotframework-selenium library in to pycharm
But both of them are shows in ‘C’ drive when I type ‘pip list’
Pls advise .. thanks
I got the below error in ubuntu :
[ ERROR ] Parsing 'TestCasesTc1.robot' failed: File or directory to execute does not exist.
Just give a forward slash(\) in between of Testcase and Tc1 i.e TestCase\Tc1.robot
Auto suggestion not shown for keywords while entered that in pycharm editor so could you tell what's the exact issue sir?
Hello Sir, great fan of your tutorials. Currently, I am stuck in an issue. when I try to execute my test case, firstly it shows me up this error : [18:44:59.826] USB: usb_device_handle_win.cc:1058 Failed to read descriptor from node connection: A
device attached to the system is not functioning. (0x1F). and secondly, it shows up the failed test case as a result. Can you please provide your valuable assistance on this problem? Thanks.
Just in case you are still searching answer. Maybe you are trying to login to some page whose element xpath is changing everytime you open it, try to follow same on Netflix webpage. It should work, it worked for me after same error.
Hi sir, When I follow the same, I could not able to get the Open browser as auto suggestion. Can you tell me where i might be made a mistake
Hi Sir,
While I am trying to write first testcase i am getting error with the plugin. Plese find the below error and let me know how to resolve this.
Cannot distinguish StubFileElementTypes. This might worsen the performance. Providing unique externalId or adding a distinctive debugName when instantiating StubFileElementTypes can help (override getExternalId() and/or getDebugName() in StubFileElementType). See attachment for additional information.
Hi Vinay, what we have to do if the list of options are not coming when we type just open. Ideally open browser should come with other options . I dont know why it is not coming.
This suggestion issue is working fine after following below steps:
Go to cmd > until python script folder
Uninstall the latest lib using pip uninstall robotframework-seleniumlibrary
Now install this lib using pip install robotframework-seleniumlibrary==3.3.1
I am getting error the term robot is not recognised as the name
I installed the Selenium library and web drive but it is not active.
Sir, I'm not able to run the program it's failing and showing the error chrome driver.exe executable needs to be in path. I'm using Ubuntu OS
Hi, how to get those drop-down options?
Install the following version of
selenium - 3.141.0,
robotframework - 3.1.2
robotframework-seleniumlibrary - 3.3.1
in python interpreter of Pycharm IDE for the smooth functioning of Robot Framework Test Execution
I follow same steps unable to get selenum steps
I am getting TypeError: 'module' object is not callable error while executing script
@@shubhadapatil2413 same here
did it solve for u??
Iam having trouble in running the test case the error is - 'module' object is not callable... any workaround for this issue ?
if someone doesn't get the autosuggestion for Library use ***Settings*** instead of ***settings***. (Capital letter S instead of small letter s).
Thank you
Sir, i am still not getting autosuggestions.
Do you have any other tip?
Thanks bro I was struggling for that
can you please do a tutorial on how to use xpath?
any solution :'module' object is not callable
Hi , I am getting below issue after running the test case . what can be the resolution for it?
LoginTest | FAIL |
Keyword 'SeleniumLibrary.Create Webdriver' expected 1 to 3 non-named arguments, got 0.
TC1 | FAIL |
1 test, 0 passed, 1 failed
give two tabs of space after the id email and id password
Hi sir, I am getting "SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 83" this error,while executing the command. I updated the driver present in my system to the actual version of my chrome, which is 87.0. But still i am getting the same error. Where might be the issue?
i am not getting Library seleniumLibrary autosuggestion in setting....please help
Sir do you have same course in java
Hi, I have problem with intellibot selenium patched plugin
I'm getting an error - This file does not have an app associated with it for performing this action. Please install an app or, if one is already installed, create an association in the Default Apps Settings page.
What is difference between click link and element both are clicking something we can use either of them ?
Initial login was a link and other one is a button so click element was used
I can't able to locate the element eventhough the element is not un
I can able to check the title of the page
Only thing can't able to locate the element . Followed your process of installation. Please help me in this its really neede to improve my career
I have downloaded and installed everything as shown in video, while i type any keyword like Open browser, input text or anything the autosuggestion is not coming and the keywords are appearing in grey color if i type them manually. Can anyone please help I am feeling frustrated I have tried every possible way to resolve this even installed and uninstalled the python, selenium, robotframework, robotframework-seleniumlibrary, pycharm, plugins n all but its not working at all. Please reply on my comment if anyone has faced the same issue and resolved the same. It would be really helpful for me as I am actively preparing for the interviews.
I installed Libraries and plugins as stated in the video, but still not able to get the auto-suggestion in pycharm. Anyone can help pls?
I'm not able to execute the robot file. It shows "TypeError: 'module' object is not callable". Not able to execute the robot file :(
remove the create webdriver line and add, chromedriver.exe to environment path.
Aauto complete is not working . I have installed the patch IntelliBot @SeleniumLibrary . Here is setup details : Pycharm 2020.2.3, Robot Framework 3.2.2 and SeleniumLibrary 4.5.0 . Is there something I am missing?
Was struggling with this for hours...
and then found out that at some point along the way the file extension *.robot had gotten assigned to 'Robotframework language file' instead of 'Robot Feature files'.
Instructions to fix: superuser.com/questions/1442492/intellibot-seleniumlibrary-patched-plugin-does-not-work-on-pycharm-mac
Quick steps:
Project settings -> Editor -> File Types -> Look for 'Robot Feature files' -> add (+) *.robot
Hi Pavan could you please let me know if I need to enter value(we\asd.fde) in text like this, having \ character, then how should I tackle this?
I tried by creating variable then also was not able to enter.
Got solution.. I used ESCAPE character like this \\value
This report format is nice but how do I send this report to my manager or someone else . It's saved within the project path only, Can anyoen please let me know how do i send this complete report to others
I encountered an error when using Robot Framework: "Couldn't find a debug adapter descriptor for debug type 'robotframework-lsp' (extension might have failed to activate)." Can anyone help with this?
How to Download the Browser drivers dynamically with out passing the path of .Exe file in script folder, like creating our own Keywords or resource file, kindly do a session on this concept.
how do I configure the interpreter in IntelliJ for code completion? do you know >? I am using that instead of pycharm
Hi Sir, I am following your video for robot framework and find its really helpful to learn robot framework. but now i am facing one chainage now.... which is "[ ERROR ] Parsing 'path of file' failed: File or directory to execute does not exist." can you help me with the reason of this issue and how to resolve it???? that would be a great help for me.
Thanks in advance
Hi sir I am facing problem while running the script.
Hi Sir..I am also facing same issue with intellibot plugin IDE FATAL ERROR : Exception plugin IntelliBot @SeleniumLibrary Patches.
How do we solve this keyword problem?
Answered by Prem Kumar:
download the zip from github.com/lte2000/intellibot/tree/develop and extract it. Then go to settings/plugins and install the jar by selecting the setting button and select Install Plugin from disk and select the downloaded jar
Username and password are not working...Any idea on latest creds?
Can you guide one video how to generate allure report in robot framework
i got the error to disable the plugin "intellibot structured" after i disabled the plugin and added "intellibot" and "robot framework to the plugins"it will work without any error.And got open browser keyword not found due to i didnt give double space between library and selenium library in the settins.after i gave double space it will work(after i came to know indentation concept is very most important in python)
for linux systems, how to define env variable if want to avoid chrome drver path command on pycharm
i want to know this too. please help
I need a help its not working properly
Am unable to run
Am getting error :module object is not collable