I want to use the robot framework for run automation testing. My scenario is set connect string (HostName=xxx) and send a message to IoT hub and verify data in
I tried to convert this code from php <?php function sendjson($url, $array_params) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url);
I am trying to have a subcommand launched if there is no argument that has been supplied by the user and I could not find any way to do this. If there is no sub
On this page I want to trigger a click on the home button from within the iframe, by both a click trigger and timeout trigger. The home button can be found by n
I am using django-simple-history (1.8.1) and DRF (3.5.3). I want to get a rest service containing the history of each element. Let's take an example ! models.p
This is my raw table: Name Age Group Paul 20 1 Paul 20 2 Paul 30 3 Paul 30 3 Paul 2 Paul 2 Joe 15 1 Mary 20 3 How do
I have to submit all the data from UserForm to DataSheet (in flat method), even a blank cell also. right now I have almost achieved my task using the below scri
I would like to use Google Drive API to get data from my documents. First, and most important, I need to get metadata of the document: size, characters count, w