Trending questions in Edureka Community

0 votes
1 answer

How do you automatically download a Pdf with Selenium Webdriver in Python.

Try this code, from selenium import webdriver download_dir = ...READ MORE

Mar 5, 2020 in Selenium by Sirajul
• 59,230 points
27,845 views
0 votes
2 answers

Error:'TypeError: is not a function' in Node.js

You are exporting module.exports.redir = redir; That means that ...READ MORE

Oct 21, 2020 in Node-js by anonymous
• 140 points
17,962 views
0 votes
0 answers

WARNING: Use of this script to execute namenode is deprecated. WARNING:

am getting the following errot when i ...READ MORE

Nov 10, 2021 in Big Data Hadoop by anonymous
• 140 points
1,283 views
0 votes
0 answers

Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/HasAuthentication

Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/HasAuthentication at java.base/java.lang.ClassLoader.defineClass1(Native ...READ MORE

Oct 22, 2021 in Java by anonymous
• 120 points
2,084 views
0 votes
0 answers

MQTT subscribe message

Hello, this is my code where i ...READ MORE

Dec 9, 2021 in Python by Shiri

edited Mar 4 38 views
0 votes
6 answers

Exam Dumps Required

Hi Naveed, Numerous resources are available online to ...READ MORE

Apr 24, 2019 in Azure by Prerna
• 1,960 points
3,575 views
0 votes
0 answers

Debian RPi stuck installing remoteit

On my RPi 4B, I started installing ...READ MORE

Dec 8, 2021 in Ask us Anything! by Bob

edited Mar 4 47 views
0 votes
0 answers

How is DevOps different from agile methodology?

Nov 23, 2021 in DevOps & Agile by Rahul
• 2,120 points
661 views
0 votes
0 answers

i keep on having this problem, can you help?

READ MORE

Nov 23, 2021 in Cyber Security & Ethical Hacking by anonymous
• 120 points
648 views
0 votes
0 answers

hadoop namenode ~format

When i type  hadoop namenode ~format WARNING: Use ...READ MORE

Nov 10, 2021 in Big Data Hadoop by anonymous
• 140 points
1,223 views
0 votes
1 answer

ImportError: No module named boto3

Hi@akhtar, I think boto3 module is missing from ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,460 points
25,398 views
0 votes
10 answers

How to solve gradle build failed error?

I migrated the project to a different ...READ MORE

Dec 7, 2018 in Blockchain by Rajat
50,160 views
0 votes
0 answers
0 votes
0 answers

What is DevOps?

What is DevOps? READ MORE

Nov 18, 2021 in DevOps & Agile by Dhruv
• 120 points
801 views
+1 vote
3 answers

Removing double quotes from a string from JSON response in PHP

Just remove the json_encode call, and it should work: $resp ...READ MORE

Sep 12, 2018 in Blockchain by digger
• 26,740 points
46,001 views
0 votes
5 answers

What is AI Engineer's roles and responsibilities?

The key responsibilities of an AI Engineer ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
3,624 views
0 votes
0 answers

how to compare two strings in java?

how to compare two strings in java? READ MORE

Nov 16, 2021 in Java by Naresh
• 210 points
827 views
0 votes
1 answer

How to stash untracked files of the current working directory in Git?

Hi@akhtar, In order to stash untracked files, add ...READ MORE

Nov 20, 2020 in Git & GitHub by MD
• 95,460 points
16,374 views
0 votes
1 answer

How to use Postman for Laravel $_POST request?

Hello @kartik, 1.You can create a new route ...READ MORE

Dec 1, 2020 in Laravel by Niroj
• 82,840 points
15,891 views
0 votes
0 answers

Complete the function diff, do not modify the rest.

def diff(a,b):     # end function print(" *** ...READ MORE

Nov 22, 2021 in Python by anonymous
• 120 points
567 views
0 votes
0 answers
0 votes
0 answers

get unique distinct items based on a condition and a date condition

hi could you help me sorry my ...READ MORE

Nov 23, 2021 in Others by adolpo
• 120 points
481 views
0 votes
1 answer

How to Get Currently Selected Tab Index In jQuery UI Tabs?

Hello @kartik, If you need to get the ...READ MORE

Sep 10, 2020 in JQuery by Niroj
• 82,840 points
19,407 views
0 votes
5 answers

What is the default Jenkins password?

Change the shell to /bin/bash instead of bin/false ...READ MORE

Apr 23, 2019 in Jenkins by Vinod
46,648 views
0 votes
1 answer

Error:Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'

Hello @kartik, your laravel connexion (config / database.php) ...READ MORE

Dec 3, 2020 in Laravel by Niroj
• 82,840 points
15,746 views
0 votes
1 answer

What does AF_INET mean?

AF stands for Address Family. INET means Internet ...READ MORE

Aug 24, 2023 in Python by Albert

edited Mar 5 5,453 views
0 votes
0 answers
0 votes
1 answer

Unable to create a project in django.

If you run "python -m django --version" ...READ MORE

Nov 10, 2022 in Python by anonymous

edited Mar 5 859 views
0 votes
0 answers

org.openqa.selenium.ElementClickInterceptedException Selenium WebDriver Java

Hello, My execution does clicks on webelement as ...READ MORE

Jul 21, 2020 in Selenium by sainiranjan
• 120 points
13,170 views
0 votes
1 answer

Testing question and answer

Testing question and answer. READ MORE

Nov 16, 2021 in Java by anonymous
• 300 points
659 views
0 votes
0 answers

What skills does a Data Scientist need?

Could someone tell me what skills does ...READ MORE

Nov 30, 2021 in Others by Edureka
• 140 points

edited Mar 4 73 views
0 votes
3 answers

Count the number occurrences of a character in a string

The string count() method returns the number of occurrences of ...READ MORE

Dec 28, 2020 in Python by Carlos
14,500 views
0 votes
0 answers

How to connect DimDate table to fact and dimensional tables?

Hi, I have fact table,Dim project , Dim ...READ MORE

Nov 20, 2021 in Power BI by asheni
• 120 points
494 views
0 votes
0 answers

Getting no such element found exception in seleniumc#

I want to get the control for ...READ MORE

Nov 29, 2021 in Others by maria

edited Mar 4 85 views
0 votes
0 answers

ValueError: not enough values to unpack (expected 3, got 1) in below code

import cv2 import numpy as np img=cv2.imread ("C:\\Users\\20pa1\\Downloads\\pawan_kalyan_teenmar_movie_stills06.jpg" , ...READ MORE

Nov 28, 2021 in Python by Edureka

edited Mar 4 99 views
0 votes
0 answers

Python define problem

Hi this is my coding so far, ...READ MORE

Nov 30, 2021 in Python by Mattias

edited Mar 4 45 views
0 votes
0 answers

how to find lenght of string in java ?

java READ MORE

Nov 12, 2021 in Java by anonymous
• 210 points
719 views
0 votes
0 answers
+1 vote
1 answer

How to check if a string is null in python

I want to check if any NULL ...READ MORE

Mar 9, 2022 in Python by satish

edited Mar 5 23,540 views
0 votes
1 answer

what is the full form of APSI in agile metrics ?

Agile Product Schedule Index READ MORE

Mar 18, 2021 in DevOps & Agile by Random

edited Mar 5 13,745 views
0 votes
0 answers

why can't i go to dev directory

root@localhost:/dev# ls ls: cannot open directory '.': Permission ...READ MORE

Nov 12, 2021 in Linux Administration by anonymous
• 120 points
644 views
0 votes
1 answer

How to use for loop in Flutter?

Hi@akhtar, As the name suggests Dart for in ...READ MORE

Sep 3, 2020 in Others by MD
• 95,460 points
19,381 views
0 votes
1 answer

How to Find User in Laravel by Username?

Hello, using the model. just like this User::where('username','John') -> ...READ MORE

Dec 3, 2020 in Laravel by Niroj
• 82,840 points
15,282 views
0 votes
1 answer

How to remove an existing job from one view in Jenkins?

Hi@akhtar, You can remove or add jobs in ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,460 points
15,028 views
0 votes
3 answers

What are the applications of artificial neural networks?

Artificial neural network is a computational model ...READ MORE

Mar 2, 2019 in Others by SA
• 1,090 points
3,036 views
0 votes
1 answer

How to stop node.js program from command line?

Hello @kartik, Ctrl+Z suspends it, which means it can ...READ MORE

Jul 15, 2020 in Node-js by Niroj
• 82,840 points
21,292 views
+6 votes
21 answers

Is AI and Automation going to overpower humans?

AI and Automation are there because we ...READ MORE

Jul 3, 2018 in Career Counselling by bug_seeker
• 15,510 points
5,233 views
+1 vote
1 answer

tensorflow is installed but theres an error while importing

Hi@Christlan, This problem is related to version. Follow ...READ MORE

Dec 22, 2020 in Python by MD
• 95,460 points
14,276 views
0 votes
1 answer

Input() error - NameError: name '…' is not defined

Hello @kartik, You should use raw_input if you are ...READ MORE

May 5, 2020 in Python by Niroj
• 82,840 points
24,244 views