@letcode Thanks for making this video. I dont get any resources in google or youtube to open chrome extensions until your videos. This would be very helpful for anyone to automate the chrome extension
@letcode4 жыл бұрын
protractor video coming soon. Please do share in social platfrom :) Thank you😀
@AbdulRehman-bn1qn3 жыл бұрын
@@letcode Can you provide me the link of the protractor video? I can't find it in your video gallery. Thanks
@letcode3 жыл бұрын
I didn't upload for protractor, sorry for that. I'll try to share the code.
@AbdulRehman-bn1qn3 жыл бұрын
@@letcode Please share the code. I am stuck in my project. It will be a huge support if you share the code. Thanks for the reply
@samuniverse2 Жыл бұрын
AWESOME. I've been looking for this tutorial for many moons
@letcode Жыл бұрын
Great 😃
@DilipMeghwal4 жыл бұрын
Thanks brother, worked for me. I have wasted more than 1 hour on other blogs and videos and finally you saved my day.
@letcode4 жыл бұрын
Thank you brother 😊. Please do share 🤗
@SKesavank73 жыл бұрын
மிக்க நன்றி, இப்பதிவை தமிழில் கிடைத்தால் மிகவும் உதவியாக இருக்கும்.நன்றி
@filmyzillanewhollywoodmovi4566 Жыл бұрын
Can convert that code into extension to perform task that code you generate. Vs code ( perform auto of. Chrome by other extensions
@letcode Жыл бұрын
I didn't understand
@smartbusinessltd2 жыл бұрын
subscribed after watching this video...great work
@letcode2 жыл бұрын
Thank you ☺️
@smartbusinessltd2 жыл бұрын
@@letcode can help me with a certain experiment am working on
@sri780CrazeeCrafts2 жыл бұрын
Hi, I need to open adobe experience platform debugger extension from my script which I downloaded, can u plz let me know how to achieve this, thank you in advance.
@letcode2 жыл бұрын
Is that a pop up page ?
@sri780CrazeeCrafts2 жыл бұрын
So I installed adobe experience platform debugger through runtime, so now I need to open that extension and come back to my main web application and run my script while this adobe captures all the actions that is taking place in the application
@sri780CrazeeCrafts2 жыл бұрын
That adobe extension is to capture the analytics of my main web application
@sri780CrazeeCrafts2 жыл бұрын
If not can I simply open the adobe extension which I downloaded in my local through my script and run my test?? I’m using selenium java, Hope u understand my requirement, Plz let me know if there any way to achieve this, thank you 🙏
@dilipdiwakars2 жыл бұрын
Your Videos are awesome. Can this chrome extension be automated using playwright , Can you please post a video for that
@letcode2 жыл бұрын
Yes, playwright can do it. I'll create a video.
@dilipdiwakars2 жыл бұрын
@@letcode Thank You. I am using an extension called Metamask , if you can try using that to create a demo , that will be great
@dilipdiwakars2 жыл бұрын
@letCode Can you please post a video to automate Chrome Extn using Playwright.
@letcode2 жыл бұрын
Ok 🆗
@abdulrasooln74892 жыл бұрын
I cannot find browser_action.html file in extension folder in my local. What shall I do?
@letcode2 жыл бұрын
Might be the file name is different
@nappily_evr_after2 жыл бұрын
It's usually called popup.html or something similar
@RohitSingh-n8r3y Жыл бұрын
I am stuck in one situation that i want to open extension on the same page by selecting it and want to get data from there. Is there any way we can achieve this Scenario : I have added wappalyzer extension to the chrome but unable to open it on the page so that i can get all the version related data
@letcode Жыл бұрын
I don't think you can do the click action directly. If you have to find the webpage details using wappalyzer you navigate to their site and pass your url..
@dilipdiwakars2 жыл бұрын
Thanks for this video. Can this chrome extension be automated using playwright , Can you please post a video for that
@letcode2 жыл бұрын
Chrome extension can be automated using playwright, I'll make a video.
@arar95782 жыл бұрын
if you open the chrome extension and change something there, it will not be saved if you close it and open a window again with Python Selenium. can you set it to be saved?
@letcode2 жыл бұрын
If the extension use local storage then it's not possible.
@cv_ith23 жыл бұрын
Thank you so much brother! You helped me a lot
@letcode3 жыл бұрын
Welcome bro 😀
@idjtindrajeet20042 жыл бұрын
thanxxx bro
@letcode2 жыл бұрын
Welcome
@tienviennghiem28953 жыл бұрын
How can I open my website AND extension popup at the same time with selenium ?
@letcode3 жыл бұрын
Hi, you cannot trigger the pop directly, you can open in a new tab.
@mdsadikalamin5692 жыл бұрын
how to automate chrome extension when the popup page is in a different folder. e.g. In "Grammarly" extension popup page is in a different folder name: src
@letcode2 жыл бұрын
You can give the path/file.html
@mdsadikalamin5692 жыл бұрын
After giving the Grammarly file path in the Pack extension root director for creating crx file it shows the error: "Manifest file is missing or unreadable". Having this issue with Grammarly, not with Google Dictionary.
@letcode2 жыл бұрын
Check if the folder path is correct.. Give the root directory of the manifest file.
@dineshkarthik57324 жыл бұрын
@letcode I have one query in my side. Is it possible to open the extension in same tab where we launch the url.
@letcode4 жыл бұрын
yes possible but as soon as you install the extension if its opening new tab, in that case you have to deal with window handling concept.
@dineshkarthik57324 жыл бұрын
@letcode my extension would be reading the url and giving the output. If its a different tab, i am not seeing manually also not working. wave evaluation tool is my extension
@dineshkarthik57324 жыл бұрын
@@letcode yess
@letcode4 жыл бұрын
it's actually complicated to do, because it's need message passing technique to do the communication. You can ask your developer if they can provide that, then may be we can do that using JS or executeScript. I will try from my side as well, but I think this not automatable as it's going to read the dom content, so it will definitely differs in every pages.
@dineshkarthik57324 жыл бұрын
@@letcode ok understood. If got solution please let me know, is it possible to hit keyboard shortcut and launch the extensions
@jampaanivijaya10953 жыл бұрын
Can we translate application via selenium java
@letcode3 жыл бұрын
No I guess, I'm not sure 🤔
@Астик-к6ш3 жыл бұрын
Thank you, my brother
@letcode3 жыл бұрын
Welcome 😊
@thanossss3 жыл бұрын
Thank you so much 😘
@letcode3 жыл бұрын
Welcome 😊
@billy49982 жыл бұрын
awsome!
@letcode2 жыл бұрын
😊
@Adrian-eh9yu4 жыл бұрын
U are a legend
@letcode4 жыл бұрын
Thank you 😊
@JOHNSMITH-sj3lg3 жыл бұрын
nice tutorial! i have only one problem does this work with c# because i dont get it to work pls help
@letcode3 жыл бұрын
Not sure about c# i haven't tried, but concept is same ☺️
@nileshwairagade3 жыл бұрын
How to do this for Firefox Extension?
@letcode3 жыл бұрын
Mostly same only. Use Firefox profile to add extension
@vyshnavi83 жыл бұрын
@@letcode : This doesn't work for Firefox the same way, can you please guide to perform this is Firefox.
@letcode3 жыл бұрын
@@vyshnavi8 I'll check from my side.
@kiranm14374 жыл бұрын
Is there a way where we can permanently install the extension to chrome by automating Instead of drag and drop the unpacked extension ?
@letcode4 жыл бұрын
By default while automating chorme remove all the extension. We can use capabilities to add the extension before each run. I have given the steps in this video.
@sumukhaavadhani42303 жыл бұрын
can u send me link for the same using protractor
@letcode3 жыл бұрын
For protractor I didn't do bro. I was facing some issues then I forgot to do it.
@786abie4 жыл бұрын
how to make this work for Edge?
@letcode4 жыл бұрын
Are you asking about the chromium edge ?
@786abie4 жыл бұрын
My project needs me this same thing but in Microsoft Edge browser. I am not finding the code to solve this. If you know plz let me know.
@vishnuteja19802 жыл бұрын
@@786abie I'm unable to find the code for Microsoft edge
@vishnuteja19802 жыл бұрын
.addextension method is not there for edge
@letcode2 жыл бұрын
I think it's same.
@BogdanPukish2 жыл бұрын
how to do this on mac?
@letcode2 жыл бұрын
Not sure 😔
@AutoMoGyan2 жыл бұрын
Mostly same just ask from developer for the build and make it .crx file and the same proccess i have done it on mac
@ashokkumar-wo4nv Жыл бұрын
@@AutoMoGyan how to find the extension path and html file in mac
@MatheusSilva-qm3ph4 жыл бұрын
Very good content. Congratulations I really liked it. One question, I can open the browser with my extension, but its icon must be clicked on the top of the browser to start. Doesn't this selenium do because it is outside the "DOM"? Is there any way? Thanks
@letcode4 жыл бұрын
Thank you, I don't think we can do it using Selenium, we can open that page by opening the URL. If we have to open it explicitly, then we can go with Sikuli or AutoIT, but that might not be a good solution I believe.
@MatheusSilva-qm3ph4 жыл бұрын
@@letcode Me to. Thanks.
@shareefshaik66784 жыл бұрын
Nice video bro... I have one extension called SAKA i am trying that but not able to perform actions on that if you have time please check and tell me solution bro thank you in advance
@letcode4 жыл бұрын
Sure, I'll check it out. If it's open source you can share the git repository. Thank you 😊