Пікірлер
@AbdulOrlandoFlorezLopez
@AbdulOrlandoFlorezLopez 2 күн бұрын
Thank you, I was looking for this customization :D where did you find this method to change where the results folder is generated? I was reading documentation but it wasn't there.
@prafullabhople6377
@prafullabhople6377 4 күн бұрын
Hello, Your videos are very much help full for me, thank you for this. also need your suggestion I can see error that "sessionCreatedException" so can you please suggest on this.
@VijayaKumar-bi8fx
@VijayaKumar-bi8fx 8 күн бұрын
Hi qavbox - using this command "dumpsys window displays | grep -E 'mCurrentFocus'" we can fetch the "App Package and App Activity" details for Andriod Apps opened from Mac machine.
@rameshbabu7477
@rameshbabu7477 10 күн бұрын
I have been searching for automation scripts on mobile browser. this is not mobile app. Just mobile web. Any ideas?
@vinayakvats9640
@vinayakvats9640 16 күн бұрын
@qabox Did you removed your chromedriver dependencies from your package.json i cannot see it there as in version 7 it is required?
@Eventlyindiatester4
@Eventlyindiatester4 17 күн бұрын
Will i get 100 Minitues everyday?
@SURAJSALUNKHES
@SURAJSALUNKHES 21 күн бұрын
what is the elementID in driver.executescript inside immutableMap
@athiaman
@athiaman 27 күн бұрын
In BaseTest class, you set the driver on @beforeclass method i.e setup() and then you get the driver in @afterclass method i.e teardown(), Why can't we set it as global variable after set the driver like Webdriver driver ; as a class variable and then we use the driver variable in tear down() like driver.quit;
@muktadanu1962
@muktadanu1962 Ай бұрын
Thank you sir.
@atifyounis6702
@atifyounis6702 Ай бұрын
If you want to setup only two github accounts on one machine. You just have to clone one account through SSH and the other through Http. both accounts can push changes now. Voila!
@shitalmalviya9796
@shitalmalviya9796 Ай бұрын
Since we are using appium 2 , dont we have to install driver separately. How to do that
@qavbox
@qavbox Ай бұрын
Yes, you are right. Here are the detailed steps for installing appium 2.x drivers kzfaq.info/get/bejne/iayGjbR5l5O-m6s.html Also you can follow the topics here- kzfaq.info/sun/PLPO0LFyCaSo1DKak8ZhEJ3NXrj2shNM0N
@pvikramsharma
@pvikramsharma Ай бұрын
What is the alternative for the launchApp() in the newer version.
@ElumalaiShanmugam
@ElumalaiShanmugam Ай бұрын
Hi brother, I'm getting the below error Failed to create session. An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent. Original error: xcodebuild failed with code 70. This usually indicates an issue with the local Xcode setup or WebDriverAgent project configuration or the driver-to-platform version mismatch. Consider checking the WebDriverAgent configuration guide for real iOS devices.
@SridharKG-ck9zf
@SridharKG-ck9zf Ай бұрын
i am running script in browswe stack but i am unable to swipe public static void swipe (AndroidDriver driver,Point startpoint, Point endpoint, Duration duration) { try { // Getting the screen size for verification Dimension size = driver.manage().window().getSize(); System.out.println("Screen size: " + size); // Creating input and sequence for swipe action PointerInput input = new PointerInput(PointerInput.Kind.TOUCH, "finger1"); Sequence swipe = new Sequence(input, 0); // Move to start point and touch down swipe.addAction(input.createPointerMove(Duration.ZERO, PointerInput.Origin.viewport(), startpoint.x, startpoint.y)); swipe.addAction(input.createPointerDown(PointerInput.MouseButton.LEFT.asArg())); // Swipe to end point with specified duration swipe.addAction(input.createPointerMove(duration, PointerInput.Origin.viewport(), endpoint.x, endpoint.y)); // Touch up at the end point swipe.addAction(input.createPointerUp(PointerInput.MouseButton.LEFT.asArg())); // Perform the swipe action driver.perform(Arrays.asList(swipe)); // Debugging: Print success message System.out.println("Swipe action performed successfully."); } catch (Exception e) { // Print error message if swipe action fails System.err.println("Error performing swipe action: " + e.getMessage()); } }
@chris-cf6ij
@chris-cf6ij Ай бұрын
How to do this in Cucumber framework?
@raghavendra4955
@raghavendra4955 Ай бұрын
whats the difference b/w maven project and apache maven download
@qavbox
@qavbox Ай бұрын
To continue with maven projects and using maven features, you need to download the appache maven and setup in profile variables!
@shahbazalam4156
@shahbazalam4156 Ай бұрын
Awesome
@GolapSk-xw1es
@GolapSk-xw1es Ай бұрын
How to Track Large Transactions Using Etherscan API
@sandeepchhina-rh8ev
@sandeepchhina-rh8ev Ай бұрын
Hi , i am trying to set the window size to this - await browser.setWindowRect(0, 0, 430, 926); , but when i get the window size , its overriding the width to 508 istead of 430 , can u pls suggest a solution ,Thanks
@Memex-sz6nl
@Memex-sz6nl Ай бұрын
pyar se samajh gya
@sheikhjebran9447
@sheikhjebran9447 2 ай бұрын
Thank you its life saving
@ShobhaGowle
@ShobhaGowle 2 ай бұрын
worked for me , Thanks!
@ChandrakarDwivedi
@ChandrakarDwivedi 2 ай бұрын
From where it is taking app path @qavbox
@qavbox
@qavbox 2 ай бұрын
For the apps, I have installed the apps already into the simulators. So instead of the app path, we use app package n activity for Android. bundleID for iOs
@chandrakardhardwivedi6722
@chandrakardhardwivedi6722 2 ай бұрын
How to get bundleId for ios app on window machine??
@qavbox
@qavbox 2 ай бұрын
You can get the bundleID from the source code or ask the Dev team. From windows machine it's not possible!
@SDET-Takein-ew7rl
@SDET-Takein-ew7rl 2 ай бұрын
thanks
@SKgemingboos
@SKgemingboos 2 ай бұрын
Hey there, I am a regular viewer of your email notification related videos on this channel. Just curious, have you ever tested out FilterBounce? It is a splendid tool for email verification with startling accuracy. I highly recommend it for your next video.
@Rani-bt5gg
@Rani-bt5gg 2 ай бұрын
Hey, your channel is email plugin and attachments videos are quite insightful. Despite all the solutions out there, FilterBounce is my weapon of choice when it comes to email verification. Want to see your take on it in a video. Trust me, it is top-notch!
@redxganster
@redxganster 2 ай бұрын
Just checked out your tutorial on Jenkins email notification on qavbox. As a die-hard fan of FilterBounce, I have got to tell you, their service is situation-altering. Ever thought about giving it a video spotlight?
@amarsahani1353
@amarsahani1353 2 ай бұрын
Love your email attachments tutorial on qavbox! Do not you think it would be damn cool if you made a video about FilterBounce next? It is a killer tool for email verification and I swear by it, much better than anything I have tried before.
@manamdevichaihvab9346
@manamdevichaihvab9346 2 ай бұрын
Yo, qavbox! I noticed your recent video about plugin attachments in emails, you got to give FilterBounce a try! Their email verification service is the real deal. Saved me a ton of lead wastage. It is the bomb, seriously!
@babumgowda7958
@babumgowda7958 2 ай бұрын
how did u copied the id
@MahaJampala
@MahaJampala 2 ай бұрын
I am getting this error , do you have any idea to fix this ? ERROR @wdio/local-runner: Failed launching test session: TypeError: ReporterClass is not a constructor
@DhrumilSoni812
@DhrumilSoni812 2 ай бұрын
Hello, In my allure report- It shows before and beforeEach hook execution as test case. How can I avoid it to be visible in my Allure report. This visibility gives wrong test count in the report. Can you please suggest a way for the same?
@DhrumilSoni812
@DhrumilSoni812 2 ай бұрын
onPrepare: async () => { // Remove allure-results directory try { await fs.remove('./allure-results'); console.log('allure-results directory removed successfully'); } catch (err) { console.error('Error removing allure-results directory:', err); } // Remove allure-report directory try { await fs.remove('./allure-report'); console.log('allure-report directory removed successfully'); } catch (err) { console.error('Error removing allure-report directory:', err); } },
@akmalnawfer970
@akmalnawfer970 2 ай бұрын
Thanks, great explanation.
@muhammadimad57
@muhammadimad57 3 ай бұрын
Excellent explanation 👌👌👌👌
@sagarpcn
@sagarpcn 3 ай бұрын
getting SyntaxError: Cannot use import statement outside a module error with same code, please help
@iit99
@iit99 3 ай бұрын
Appreciate doing this video. Neatly explained and many thanks!
@effusiveanam
@effusiveanam 3 ай бұрын
Thank you so much for this session. It clarifies the basics. :)
@mukamasteven9658
@mukamasteven9658 3 ай бұрын
i am getting this error: ssh-add ~/.ssh/id_ed25519_coderivan Error connecting to agent: No such file or directory How can i fix this issue! help out
@GAMINGPIRATE
@GAMINGPIRATE 3 ай бұрын
Hi Bro, Im still getting module not found error even after adding tsconfig.json
@sangameshwartankasala2512
@sangameshwartankasala2512 3 ай бұрын
Hi qavbox can you pls make a video on how to handle app notification and push notifications
@vishwanathjadhav-dt7bo
@vishwanathjadhav-dt7bo 3 ай бұрын
great 👍
@AdnanErlansyah-nx7xp
@AdnanErlansyah-nx7xp 3 ай бұрын
Sir why when I'm running it on headless mode the element that to select is always not found? ut when I'm running it on my local it's normal.
@smeeangle
@smeeangle 3 ай бұрын
A good tutorial,, thank you.. In latest Xcode ,it is not allowed to drag and drop and install .ipa , How can I handle it ?
@akashdeep5088
@akashdeep5088 3 ай бұрын
Awesome explanation
@madalynkatie6965
@madalynkatie6965 3 ай бұрын
Promo SM
@arpitjain8428
@arpitjain8428 3 ай бұрын
How can start appium server as well automatically when triggering tests?
@user-tr2fo9qw1c
@user-tr2fo9qw1c 3 ай бұрын
need help in using wdio-video-reporter with allure typescript
@vamsikrishna-qr9oe
@vamsikrishna-qr9oe 3 ай бұрын
Could you please make a video to connect webdriverio with msnodesqlv8 with odbc