In this video we will see how to apply loops in order to maintain the code quality. When same action is expected to perform again and again instead of writing same code multiple times better to use loop. I hope you like this video. For any questions, suggestions or appreciation…
Tag: correct
Resolve [UnexpectedTagNameException: Element should have been “select” but was “div”] in Selenium?
In this video will see how to resolve selenium error – Exception in thread “main” org.openqa.selenium. UnexpectedTagNameException: Element should have been “select” but was “div”. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Code: Error screenshot:
How to handle browser navigations (Forward/Backward Buttons, close the browser) in Selenium?
In this video will see how to handle different browser window navigations such as how to click on browser backward button, browser forward button, how to maximize/minimize the browser window, How to open the URL, how to navigate to some other url etc. I hope you like this video. For…
How to run Selenium code on Edge Browser (from downloading to invoking the browser)?
In this video will see how to run selenium code on edge browser. Step to Step, right from downloading the edge browser to running the code on edge browser. Just two lines change. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
How to take CSS Selector/Xpath using regular expression in Selenium?
In this video will see how to take CSS Selector/Xpath using regular expression in Selenium. We need to take regular expression when attribute values are so long or partially change every time. In that case we need to do unique partial match for values with the help of regular expressions….
How to write xpath in Selenium when properties has no unique values?
In this video will see how to take xpath in selenium when there are no unique values are present any element or attribute values are dynamic (changing on every page load). I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email…
How to check locators directly in the browser without any extra add-on/ plugin for Selenium?
Selenium: In this video we will see how to check locators are correct or not directly in the browser before using it in the code. This will really save the time and effort. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
How to update or edit an existing contact in your phone from your App? – Android Studio code
In this video it shows the implementation of the app to update an existing contact in your phone. It uses ContentProviderOperation and newUpdate method to update any existing contact after searching it based on the display name. I hope you like this video. For any questions, suggestions or appreciation please…