March 13, 2025June 15, 2025selenium webdriver tutorial, Uncategorized Partial Link Text in Selenium: When and How to Use It Effectively Are you trying to locate a hyperlink by linkText, but it doesn’t work in Selenium automation? You’re not alone. If the text of […]
March 11, 2025June 15, 2025selenium webdriver tutorial, Uncategorized What is linkText in Selenium? Ultimate Guide for Beginners Do you know how to click on the link without using complicated locators like XPath and CSS selectors? linkText in Selenium is a […]
December 6, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial Selenium Set Window Size Set browser window size in selenium Selenium has built in method to set size of browser window. You can use setSize() method to […]
December 5, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial Selenium Window Full Screen Full Screen Window In Selenium Selenium fullscreen() method is used to full screen the browser window. It will perform browser full screen action […]
December 2, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial Selenium get url using getCurrentUrl() Get url in selenium using getCurrentUrl() Method Sometimes you need to get the current url during selenium test. You can get the […]
December 1, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial Selenium close browser Close browser in selenium using close() method To close browser in selenium, You can use close() method. It is used to close […]
December 1, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial Selenium getTitle() method to get title of page Selenium get title using getTitle() method If you view source of page, You will find title of the page inside <title> and […]
November 29, 2022Selenium, selenium 4, selenium tutorial, selenium webdriver, selenium webdriver tutorial Selenium clear method Selenium clear() method Selenium clear() method is used to clear text from input textbox or text area. Clear() method required when you […]