Im trying to select an specific button in my page, but nightwatch can't seem to find it. If I try to call
Im using nightwatchjs and having some difficulties with selecting a text and triggering a right-click and navi
I was using night-watch version 1.3.2. All the tests were working fine till I update the night-watch to its la
I have a text on a page and i have to verify that the text is present. The html for the element is <p class
I am UI testing an application containing OpenLayers. Since OpenLayers is for the most part drawing an SVG, di
I'm trying to clear input field using different ways: clearValue() - doesn't work send some combina
As the title suggests, I want to use Nightmare.js with selenium. However, their documentation only mentions th
Hello I have installed jbusinessdirectory component for joomla, and I have module named mod_jbusinessdirectory
I have a Joomla site, and I have the following problem, I need a "Back to search page" function on my product
I develop Joomla websites/components/modules and plugins and every so often I require the ability to use JavaS
My Joomla! website has been repeatedly hacked into. Someone, somehow, managed to inject the following rubbish
Is there any chance to add a document to firestore collection with custom generated id, not the id generated b
I'm relatively new to coding and am having trouble. I have this code to send data to firebase app.useri
I'm currently trying Firestore, and I'm stuck at something very simple: "updating an array (aka a su
When compiling my project I get the following error message: Program type already present: com.google.androi
I would like to create multiple Cloud Functions for Firebase and deploy them all at the same time from one pro
I'm currently learning how to use new Cloud Functions for Firebase and the problem I'm having is tha
I'm just exploring the new Firebase Firestore and it contains a data type called reference. It is not cle
The Firebase Web-App guide states I should put the given apiKey in my Html to initialize Firebase: // TODO: Re
I'm writing my own Drupal 7 module, and like to use JQuery in it. $('#field').toggle(); But