Skip to main content

All Questions

0 votes
1 answer
31 views

Python Code to press "show more" on Robinhood, then extract the paragraph in the ABout section for a company

I am trying to write a code to extract the paragraph in the about section on Robinhood for specific companies. The problem is that I need to press the show more button before I can access the full ...
abdullah Hashim's user avatar
0 votes
1 answer
67 views

Issues to get a loop using a selenium library

I did this code using Selenium and Pyautogui to clean an sharepoint List, based on a excel list. The first time the program is run normal, but I cant make the loop work, I have no ideia what i do. ...
GUSTAVO TELES's user avatar
0 votes
1 answer
151 views

Python/Selenium - Site is detecting I am using driver and blocking access

I am using Python 2.7 and Selenium driver for Chrome. I have done lot of automation with various websites, which include iFrame/login/OTP etc i.e to say I know my way around these things. Now, I am ...
gvphubli.blogspot.com's user avatar
-1 votes
1 answer
19 views

fail to print href on my excel workbook by selenium

i can't print href on my excel workbook my code looks ok, and it works when print title and date on my excel workbook, but href column just dont work, plz help me, thanks. # Intel newsroom driver.get('...
Chau's user avatar
  • 1
0 votes
1 answer
69 views

How to take screenshot of any URL using python version 2.7

I need to take screenshot of a power BI report using python-2.x, I want to pass Power BI URL. That URL will have flow like this -> email -> submit, then password -> SignIn then stay SignIn -&...
gourav's user avatar
  • 31
0 votes
0 answers
372 views

selenium bot auto follow others follower on instagram

this code should follow others followers on Instagram but when ever I run the code Instagram logs in then the bot logs out by it self so I search everywhere about a fix for this nothing worked for me ...
ddadf's user avatar
  • 11
0 votes
0 answers
141 views

how to fix firefox problems creating a bot with instapy that follows other people followers on ig

I was searching for someone to solve this issue but no one knows anything if you know how to fix it pls tell me. I was working on auto follow other people bot and I know nothing about selenium and ...
ddadf's user avatar
  • 11
0 votes
0 answers
52 views

how to fix scroll down issue in selenium its tiktok bot in chrome

I want help from someone my code is not working I'm trying to make a bot that follows and scrolls on TikTok and I don't know what I'm doing wrong(code executes in the first video then stops by it self)...
bb alatji's user avatar
0 votes
1 answer
85 views

how to fix scroll down issue in selenium its tiktok bot

I'm using - Python selenium and I'm new to it the problem is when ever i run the scroll code and the follow code to together the scroll code starts to scroll up suddenly and stop working. This is my ...
ddadf's user avatar
  • 11
0 votes
1 answer
386 views

TypeError: __init__() got an unexpected keyword argument 'options' error extracting Google Trends blog post titles using Selenium and BeautifulSoup4

Right now I have this python code: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By from selenium.webdriver.common....
Hassan Suriya's user avatar
-2 votes
1 answer
135 views

Trying to automate taking screenshot on Reddit and facing issues

I am trying to make the python work from the Youtube video that I watched: Making Automatic YouTube videos with Python and got the reference from there. I am having trouble to troubleshoot the error. ...
codeme's user avatar
  • 11
1 vote
0 answers
32 views

how to open multiple urls using Selenium internet explorer?

i would like to ask about how to open multiple Urls with internet explorer mode, i have a problem with internet explorer it doesn't save username and password every time i login i have to type them so ...
Mohamed Hussein's user avatar
0 votes
1 answer
48 views

How to Reinitialize Variables in a Class in Python

I created a test using Selenium with Python to use locators from a class. Test: def testPage(driver, url): login(driver, url) activateProfile(driver, url) driver.get(my_url) ...
rwbyrd's user avatar
  • 416
0 votes
0 answers
87 views

Using Python Selenium with Chromedriver, unable to add text to a textarea in a way that AI Dungeon will accept as input

I'm trying to add text to AI Dungeon for a program that I am writing to build more complex systems on top of AI Dungeon. I'm able to get it to this screen with Selenium: But every method I've tried ...
Thomas Satirsley's user avatar
0 votes
1 answer
824 views

Python/Selenium - Clear the cookies in my chrome webdriver?

I'm trying to clearcookies in my chrome browser (webdriver from selenium) but I can't find any solutions for specifically the chrome driver. How do I clear the cache and cookies in Python? import ...
Hee Mi's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
88