@nomie7 said in Check a checkbox that was found using xpath:
self.checkedHi,
can someone help with a javascript. i found this element by xpath its hidden and its a checkbox how can i make it checked.
I want to make a simple condition, that if connection was completed succesfully, then do next block, otherwise take another credentials from the file and check. I'm a bit confused how to achieve that. Is it possible to get a general success result from each block and use it as a condition, or should I do it some other way?