Thank you very much man, your video helped me today at 2022!
@KrishnaSakinala2 жыл бұрын
Thanks *Fernando Afonso* for you comment. Please like,share the videos and subscribe to the channel to get notified for the interested content.
@30secondsEmotions Жыл бұрын
@@KrishnaSakinala What dependency you have used? You didn't tell in video
@InduMusuvathiDevendran Жыл бұрын
thanks buddy you made my day
@KrishnaSakinala Жыл бұрын
Thanks *Indu Musuvathi Devendran* for your great comment on how to add chrome extension in selenium at runtime. Please like, share the video and subscribe to the channel for interesting updates.
@InduMusuvathiDevendran Жыл бұрын
@@KrishnaSakinala can we add the same extension thing in headless mode testing (Remote run) as well?
hey bro... in 2023 i used desired capabilities object reference and passed it Inside chrome driver constructor so its not taking its reference so what should i do.. please provide me another solution..
@AryanGupta-nt5qi Жыл бұрын
Hello, can I add my own extension which has not yet published in selenium web driver?
@KrishnaSakinala Жыл бұрын
Thanks *Aryan Gupta* for commenting on how to add chrome extension in selenium at runtime. I think you can add your own extension as that is already stored in your local machine. In the video we do not have any chrome extension in my machine. So I downloaded and used the same to add using selenium program. As the extension is already in your machine, so you can give the path of the extension and can add to your browser.
@AryanGupta-nt5qi Жыл бұрын
@@KrishnaSakinala I tried this same thing but I was not able to add the extension in the driver. I have a simple extension with a manifest.json file and a background script that creates a red border. Am I doing anything wrong while packing it as a .xpi file? I simply first made an archive of both my files and then changed the extension of archive to .xpi.
@AryanGupta-nt5qi Жыл бұрын
@@KrishnaSakinala please reply
@KrishnaSakinala Жыл бұрын
I am not sure on this. But the extension is .crx file rt?
@AryanGupta-nt5qi Жыл бұрын
@@KrishnaSakinala yes .crx sorry by mistake I wrote .xpi
@artigupta30453 жыл бұрын
how can we click on the Extension. I tried using Sikuli but it's not working!!
@PrashantKumar-nr6yx7 жыл бұрын
Thanks for the video. In addition to adding extensions, can we add parameters under Headers. I want to add Moesif Origin & CORS Changer extension and add parameters under Access-Control-Allow-Headers: section.
@KrishnaSakinala7 жыл бұрын
I am not sure what are you asking? Can you explain more...
@pokemongamervamsi57302 жыл бұрын
Can we add parameters in extension??
@wsloutlet67787 жыл бұрын
Hi there! I was able to follow your tutorial and install my extension. However, the extension I use requires a login. Do you have any idea how I can use selenium to login to my paid extension. Thanks
@KrishnaSakinala7 жыл бұрын
Sorry, I do not have any idea on this...
@shreemantolahiri3 жыл бұрын
did you get any solution??
@prakashbhagwat7092 Жыл бұрын
It DID NOT work in ECLIPSE , please help
@khajakhaja34 жыл бұрын
brother you did not gave any driver name like C Driver or D: JUST u gave /volumes/krishna/drivers/chromedriver, volumes is a folder name or what? please explain bro
@friendsforever67093 жыл бұрын
Hi i need to disable legacy browser support using selenium is this ?
@ramalakshmi56405 жыл бұрын
I tried this for Redirect path add on , but iam failed to run , and driver1=new ChromeDriver(dc);( here chrome driver is striked off in my console) please help me out
@khajakhaja34 жыл бұрын
You made my day bro, thanks a lot
@KrishnaSakinala4 жыл бұрын
Glad to hear that Please subscribe to the channel and keep visiting ... :)
@chiraggupta50284 жыл бұрын
Hey may i know which crome version uh are using in this video because i am trying the same but chrome now accepts crx3 files not crx file
@foxgameplay54493 жыл бұрын
firefox ka batooo
@annuasani62174 жыл бұрын
Hello I am getting an error running this code.It says Chrome supports crx3 format how to solve it?
@stonexing56 жыл бұрын
I want to enable the extension I already installed! not a new fresh install one! Do you have any idea to use selenium or other silimar software without disable any extersions? I'm using Tampermonkey and write code in this Extionsion! the fresh install one has no code of mine 能不能不禁用任何Extension呢?
@mohammeddildhar85025 жыл бұрын
It worked. good job!
@KrishnaSakinala5 жыл бұрын
Thanks for your feedback *Mohammed Dildhar* Please subscribe to the channel and keep visiting... :) Like the video and share the video
@purnapcn89705 жыл бұрын
Hi Krishna i have one doubt how to add Chrome://flags and relaunch the webdriver and pass the url is it possible?
@zikzag31302 жыл бұрын
Hey, Have you got any solution for this one? Even I am searching exact one
@ruthravadivelmurugesan52367 жыл бұрын
After installing the extension using selenium, how to open the extension? I am not able to click on the extension using the script after installing it. Can you explain some automation solutions on that ?
@KrishnaSakinala7 жыл бұрын
I am not very sure on that ...
@fabianmaume88166 жыл бұрын
Is there a way to control the extension from the script once it is installed?
@KrishnaSakinala6 жыл бұрын
I did not get you. Can you explain more?
@fabianmaume88166 жыл бұрын
@@KrishnaSakinala The extension is not part of the DOM. How can you perform action on the extension controls button (from the script)?
@nrksarat4447 жыл бұрын
i tried, but the browser chrome has not invoked. Any particular chrome version ?
@KrishnaSakinala7 жыл бұрын
Not invoked means? Can you be specific?
@brianmclaffin6 жыл бұрын
If you're having trouble extracting the .crx file from the link provided, try this site. crxextractor.com/
@SuyashNande7 жыл бұрын
Nice one.. which IDE are you using ?
@KrishnaSakinala7 жыл бұрын
Thanks for the feedback... :) I used IntelliJ IDE. But presently using Eclipse. Please subscribe to the channel and keep visiting ... :)
@Gaponte19858 жыл бұрын
How can I run the extentions, after i open the browser?
@Gaponte19858 жыл бұрын
Sure, let say I want to open Postman using selenium and Chrome, after i used the code you show us in the video, how can I open Postman extension of Chrome using selenium. Thanks