
Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts
March 8, 2022
December 29, 2020

How to Fix org.xml.sax.SAXParseException; * The reference to entity "type" must end with the ';' delimiter error
org.xml.sax.SAXParseException; * The reference to entity "type" must end with the ';' delimiter This error happens when ...November 24, 2019

Java script helpers for selenium actions
We come across several scenarios where we cannot some actions on webelemets using selenium libraries only. In such cases we have another ...Fixing javascript error: Cannot read properties of null (reading 'querySelector') issue when using CSS identifier in selenium
JavaScript is another way to interact with web elements when normal selenium methods fail to act. But one issue with javascript is, it does...