All Questions
Tagged with python-2.7 selenium-webdriver
1,310 questions
0
votes
0
answers
13
views
How can we make an element tappable when Appium detects it and reports a successful click, but the action is not reflected in the app?
This issue is observed only on iOS 18 versions:
I'm trying to tap on an element ,which is a Cancel button, but the action is not reflected in the app. Upon checking the logs, I found that Appium ...
0
votes
1
answer
37
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 ...
0
votes
1
answer
75
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. ...
0
votes
1
answer
219
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 ...
-1
votes
1
answer
25
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('...
0
votes
1
answer
82
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 -&...
0
votes
0
answers
163
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 ...
0
votes
1
answer
114
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 ...
0
votes
1
answer
611
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....
-2
votes
1
answer
191
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. ...
1
vote
0
answers
34
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 ...
0
votes
1
answer
51
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)
...
0
votes
0
answers
95
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 ...
0
votes
1
answer
908
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 ...
0
votes
1
answer
194
views
selenium python crash when using try/except condition
i'm trying make auto follow to tiktok with selenium, but i got a problem when i say if found Button: "Follow" Click it and go back, but if didn't find it go back..
comment1 = driver....