hi karthik, thanks for the videos . Request you to please keep the background in light color when u r using VS, this helps us following the code much better. the dark background is straining the eyes way too much when you follow the code line by line
Hi Karthik, Thanks for this video. Do you know it's possible to put value in Word document(SetText)? I have some control(ControlType.edit) in word document and I need to put value to that edit box.
Nice work.
Carl Neo Thanks Carl !
0:58 - "Let's go to x86". Proceeds to *x64* folder
How did you get those specific directives in your project? I'm trying to replicate but Visual Studio doesn't like my directives.
If I understand correctly this automation works with C#? Will it work with Python?
Can you show how to use AutomationID or LegacylAccessibleName to find the element
hi karthik, thanks for the videos . Request you to please keep the background in light color when u r using VS, this helps us following the code much better. the dark background is straining the eyes way too much when you follow the code line by line
Do you have a repo of this project on github or somewhere ?
How do we perform a right-click mouse operation?
IWebElement myFolder = windriverremote.FindElementByName("myfolderName");
Actions actions = new Actions(winDriver);
actions.DoubleClick(myFolder).Perform();
c#
cheers
Not all code is visible, and the solution is obsolete...
Hi Karthik,
Thanks for this video. Do you know it's possible to put value in Word document(SetText)? I have some control(ControlType.edit) in word document and I need to put value to that edit box.
do you lose mouse control if you do that?
I don't think so
plz plz plz why i cant see ( Reference button and references in my visual studio
Really weird, it should be there in all the projects, are you looking in solution explorer?
@@ExecuteAutomation i think i found it i was using the wrong version of Vs
@@CryptoKing_CK cool
can you share thr full code
Inspector exe is not working for winform with cef ( Chromium embedded framework) exg : cefsharp
Please suggest me.....solution
I am also facing this issue, how you have resolved this?