Trending questions in Edureka Community

0 votes
3 answers

Clicking on an element in robot framework is not working in IE, but its working fine in Chrome & Firefox

*** Test Cases *** Login Open Browser ...READ MORE

Mar 10, 2023 in Selenium by Chandra Kumar

edited Mar 5 12,935 views
0 votes
0 answers
0 votes
1 answer

Error:Unknown column in 'field list' error on MySQL Update query

Hello @kartik, Enclose any string to be passed ...READ MORE

Aug 20, 2020 in PHP by Niroj
• 82,800 points
14,222 views
0 votes
2 answers

How to convert InputStream to byte array in Java?

The class IOUtils, lib: https://mvnrepository.com/artifact/com ...READ MORE

Sep 24, 2020 in Java by Anthony
16,320 views
0 votes
1 answer

jQuery's .click - pass parameters to user function

Hello @kartik, You need to use an anonymous ...READ MORE

Nov 25, 2020 in JQuery by Niroj
• 82,800 points
10,039 views
0 votes
0 answers

need to uninstall haproxy 1.8 and install 2.2 in ansible playbook

- name: Gather the package facts     ansible.builtin.package_facts:      manager: auto   - ...READ MORE

Jul 15, 2021 in DevOps & Agile by Poorna

edited Mar 4 74 views
0 votes
0 answers
0 votes
0 answers
0 votes
1 answer

What is the difference between span and div?

divs are block element that has no ...READ MORE

Jul 2, 2022 in Web Development by Ayobami Haastrup

edited Mar 5 4,141 views
0 votes
0 answers

Automatically Transfer ETH

Hello,  I don't know anything coding.    Is there any ...READ MORE

Jul 14, 2021 in Blockchain by Hacker

edited Mar 4 72 views
0 votes
1 answer
0 votes
1 answer

How to update a user account in Azure?

cÓDIGO EFRGJGTUZ READ MORE

Jan 13, 2022 in Azure by Beatriz

edited Mar 5 1,170 views
0 votes
1 answer

How do you run a js file using npm scripts?

Hello @kartik, Try this: { "scripts" : { ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,800 points
11,915 views
0 votes
0 answers

Need help to deploy angular5 app to aws with jenkins from scratch

Need help to deploy angular5 app to ...READ MORE

Jul 14, 2021 in DevOps Tools by Anbarasan

edited Mar 4 61 views
0 votes
1 answer

How can I use Guzzle to send a POST request in JSON?

Hello @kartik, For Guzzle 5, 6 and 7 you do ...READ MORE

Sep 29, 2020 in Laravel by Niroj
• 82,800 points
12,420 views
0 votes
1 answer

How to call onChange event after pressing Enter key?

Hello @kartik, You can use onKeyPress directly on ...READ MORE

Oct 7, 2020 in Java-Script by anonymous
• 82,800 points
12,056 views
0 votes
1 answer

AttributeError: module 'sklearn' has no attribute 'LinearRegresion'

Hi@akhtar, You need to import the LinearRegression module ...READ MORE

Oct 15, 2020 in Machine Learning by MD
• 95,460 points
11,706 views
0 votes
0 answers

Hello. I'm trying to convert this string '0x278a51da' into a integer so I can use it on the ctime() from time.

time_in_hexa_format_as_string = '0x278a51da' def get_time_stamp(value_for_time): ...READ MORE

Jul 12, 2021 in Python by Rafael

edited Mar 4 62 views
0 votes
3 answers

Click Allow on Show Notifications popup using Selenium Webdriver

Try this: Robot robot = new Robot(); robot.delay(5000); robot.keyPress(KeyEvent.VK_TAB); robot.keyPress(KeyEvent.VK_ENTER); hope this ...READ MORE

Mar 1, 2020 in Selenium by anuj
30,936 views
0 votes
0 answers

Looking for Devops Prjection submission assistance

Hi All, looking assistance  to complete project: •Use ...READ MORE

Jul 12, 2021 in DevOps & Agile by Sathish

edited Mar 4 67 views
0 votes
1 answer

why it is calling as a regresssion is there any reason

The idea is to run this series ...READ MORE

Nov 23, 2021 in Selenium by anonymous
1,034 views
0 votes
1 answer

Using Multiple filters in DAX

CALCULATE is defined as CALCULATE(<expression>,<filter1>,<filter2>…) This means that you can ...READ MORE

Dec 22, 2020 in Power BI by Gitika
• 65,730 points
8,705 views
0 votes
2 answers

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xba in position 16: invalid start byte

Thanks, This answer was helpful. READ MORE

Jul 11, 2020 in Python by Prashant Chhatrashali
17,765 views
0 votes
1 answer

How to upload and delete files from dropzone.js?

Hello, For deleting thumbnails you have to enable ...READ MORE

Nov 4, 2020 in PHP by Niroj
• 82,800 points
10,763 views
0 votes
1 answer

How can I format a date coming from MongoDB?

Hello @kartik, JavaScript has built-in support for dates. ...READ MORE

Nov 30, 2020 in Node-js by Niroj
• 82,800 points
9,658 views
0 votes
1 answer

MySQL Error: : 'Access denied for user 'root'@'localhost'

Hello @kartik, I did this to set my ...READ MORE

May 4, 2020 in Database by Niroj
• 82,800 points
18,696 views
0 votes
0 answers

Type() function in Python

.I know that type() function is used ...READ MORE

Jul 10, 2021 in Python by Brijesh
• 120 points

edited Mar 4 67 views
0 votes
1 answer

"The task includes an option with an undefined variable. The error was: 'item' is undefined\n\nThe error appears to be in '/root/haproxy/user.yml':

Hi@akhtar, You can perform iterate tasks in Ansible ...READ MORE

Sep 1, 2020 in Ansible by MD
• 95,460 points
13,498 views
0 votes
0 answers

Warning: Undefined variable $userid in C:\Apache24\htdocs\MIS\user\pages\user_change_password.php on line 158

I'm running a PHP script and continue ...READ MORE

Jul 9, 2021 in PHP by kirankumar

edited Mar 4 92 views
0 votes
0 answers

Warning: Undefined variable $userid5 in C:/Apache24/htdocs/MIS\user/pages/user_change_password.php on line 158

I'm running a PHP script and continue ...READ MORE

Jul 9, 2021 in PHP by kirankumar

edited Mar 4 90 views
0 votes
0 answers

python: how to print the data frame columns with out index and also left indent

Hi There, Basically I want to read a ...READ MORE

Jul 9, 2021 in Python by balaji

edited Mar 4 117 views
0 votes
1 answer

How can I use break or continue within for loop in Twig template?

Hello @kartik, This can be nearly done by setting a ...READ MORE

Oct 22, 2020 in PHP by Niroj
• 82,800 points
11,277 views
0 votes
1 answer

How can I use PHP to check if a directory is empty?

Hello @kartik, It seems that you need scandir instead of ...READ MORE

Nov 10, 2020 in PHP by Niroj
• 82,800 points
10,427 views
0 votes
1 answer

What is the difference between bridge network and overlay network?

Hi@akhtar, The Bridge is the default network driver. If ...READ MORE

Dec 28, 2020 in Docker by MD
• 95,460 points
8,353 views
0 votes
1 answer

How do you Hide and Unhide a Specific Report in Power BI?

In the menu bar, choose the Selection ...READ MORE

Oct 20, 2020 in Power BI by Gitika
• 65,730 points
11,331 views
0 votes
1 answer

How to Install pip for python 3.7 on Ubuntu 18?

The command you're looking for is: python3.7 -m ...READ MORE

Nov 20, 2020 in Python by Gitika
• 65,730 points
9,975 views
0 votes
0 answers

How to eleminate duplicateds in a row in power bi

Name MR,ER,GH,MR,GH,ER,GH,MR,ER Output: MR,ER,GH How to acheive th ...READ MORE

Jul 8, 2021 in Power BI by anonymous
• 390 points

edited Mar 4 88 views
0 votes
0 answers

Issue regarding foreign key constraint

I have 3 entities Role, Users and ...READ MORE

Jul 9, 2021 in Java by anonymous

edited Mar 4 70 views
0 votes
1 answer

How to configure Jenkins to run on port 80?

Hi@akhtar, You can change the port no from ...READ MORE

Oct 26, 2020 in Jenkins by MD
• 95,460 points
11,083 views
0 votes
1 answer

How to use Django variable in JavaScript file?

Hello @kartik, You need to print it before ...READ MORE

Jul 29, 2020 in Python by Niroj
• 82,800 points
14,873 views
0 votes
0 answers

Error Undefined variable

Display the below error. Warning: Undefined variable $rum5 ...READ MORE

Jul 8, 2021 in Others by anonymous

edited Mar 4 54 views
0 votes
0 answers

HELP -> Error in as.vector(x, “character”) : cannot coerce type 'closure' to vector of type 'character'

The script: > saveDb(txdb_hsa,paste0(path,"txdb_hsa_biomart.db")) The error:  Error in as.vector(x, "character") ...READ MORE

Jul 7, 2021 in Others by anonymous

edited Mar 4 124 views
0 votes
0 answers

Getting Java Null Pointer Exception on running the test case in Seleniumn.Can someone pls let me know where i need to fix in order to progress

Below is the Error: java.lang.RuntimeException: java.lang.NullPointerException at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:49) at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:131) at ...READ MORE

Sep 11, 2020 in Selenium by sandhya
• 180 points
13,013 views
0 votes
1 answer

How can we get file extension in Java?

In Java, you can find the file ...READ MORE

Apr 3, 2024 in Java by kevin

edited Mar 5 3,362 views
0 votes
1 answer

How to print all session variables currently set?

Hello @kartik, Use this: echo '<pre>'; var_dump($_SESSION); echo '</pre>'; Or you can ...READ MORE

Oct 19, 2020 in PHP by Niroj
• 82,800 points
11,353 views
+1 vote
1 answer

Failed to start Crash recovery kernel arming.

Hi@akhtar, To avoid this error you can follow ...READ MORE

May 11, 2020 in Linux Administration by MD
• 95,460 points
18,223 views
0 votes
1 answer

I am getting this log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: /ozone.log (Read-only file system)

Hi@Raj, I think you need to provide permission ...READ MORE

Dec 4, 2020 in Big Data Hadoop by MD
• 95,460 points
9,324 views
0 votes
1 answer

How to get Request.User in Django-Rest-Framework serializer?

Hello @kartik, You cannot access the request.user directly. You need ...READ MORE

Aug 12, 2020 in Python by Niroj
• 82,800 points
14,260 views
0 votes
1 answer

gaierror: [Errno 11003] getaddrinfo failed

Hi@akhtar, It most likely means the hostname of ...READ MORE

Apr 15, 2020 in Python by MD
• 95,460 points
19,370 views
0 votes
0 answers

Have used the split "\n" to add the text to the new line but is not adding can i get a solution

public static void inputvalue(WebDriver driver,Map<String, String> formEntryMap,String ...READ MORE

Jul 6, 2021 in Java by sandy

edited Mar 4 82 views