Unable to log into google account in selenium chrome driver
When attempting to log into google in a chromedriver instance I receive the error: This browser or app may not be secure. Learn more Try using a different browser. If you’re already using a supported...
View ArticleERROR: Specifying 'socksProxy' requires an integer for 'socksVersion', cannot...
I want to be able to run through a file and take each proxy by line and use it in each window as that windows own personal proxy. Running this code i get the error "invalid argument: specifying...
View ArticleHow to split the given String String...
This question already has an answer here:split string at index 5 answersMy string isString s="agshshdhdbdhsusjdidjdjdjfjfjrywoetdmfhd"; we have to split it into multiple substrings bySplit from 0-4,...
View ArticleWait for webpage response before scraping with selenium
I am trying to query a chatbot using selenium in Python to input queries and then run a jQuery to get the response.It works nicely, assuming that the chatbot's webpage loads fast enough. If for...
View ArticleFacing challenge with selenium webdriver on Win 10 system
I am trying to automate login on a website using selenium. (Windows 10 64 bit os)Using the below code I am able to open a link, But once webpage loads the get cmd does not release my python interpreter...
View ArticleUsing Selenium in Python, how do I click a link that is different for each...
Iam using selenium in python and trying click on a link however its different for every item in a list. How do I click the link below if changes each hour?<td class="name table-participant"...
View ArticleSelenium Python using username password authenticating proxies...
I feel like this could just be a silly mistake on my part but at the same time i do not know. I'm using python selenium to add proxies to newly opened chrome windows. Everything runs smoothly until it...
View ArticleAbout the html code if we migrate from one page to another
I'm a beginner in python and selenium so please mind me if the question is a bit dumb. Suppose i'm on a webpage( call this webpage1) and i click on a link using selenium that takes me to webpage2 and i...
View ArticleHow to make selenium wait for the page to fully load in Selenium - wrapper...
What code or function for Selenium - wrapper for Excel VBA to be used so that the program will wait for the page to fully load then execute other commands?
View Articleselenium - chromedriver executable needs to be in PATH
Error message:'chromedriver' executable needs to be in PATHI was trying to code a script using selenium in pycharm, however the error above occured. I have already linked my selenium to pycharm as seen...
View ArticleHow to run jar file of a maven project generated after build?
I made a simple project with a few tests in it and I want to be able to launch tests on other computers. I built the project using Run As ->Maven build... ->Goals: package in Eclipse, and I found...
View ArticleWhy appium stops at finding element in a react native android app?
I have a react native app which has accessibility id with and I am using XPath with that accessibility id. But when I run my code the appium is stopping at finding the element, it is not going forward,...
View ArticleSendKeys to file name field in open dialog in selenium VBA
I am trying to devise a code that opens specific URL and at specific point, I encountered OPEN dialog that is related to that website .. It is like that Now what I am stuck at is that I need to paste...
View ArticleHow do i click on any of the challenges on the given page
I'm relatively new to python and selenium. I want to print the text in the pre tag of the given snippet using python selenium.<body><pre style="word-wrap: break-word; white-space:...
View ArticlePython Selenium Easy way to map out a ul with child elements and program it...
I am trying to make a python program that can select categories based on the ones a website provides. I would like the user to select a category before the program starts and selenium to automatically...
View ArticleSelenium package "com.thoughtworks" cannot be resolved in Eclipse
I want to make a Selenium project with Eclipse. I have added the reference to the selenium-server-standalone-3.4.0.jar file but I cannot import the package com.thoughtworks so the following lines...
View ArticlePython, error with web driver (Selenium)
import time from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains from selenium.webdriver.common.keys import Keys driver = webdriver.Chrome()...
View ArticleGetting error 'SeleniumLibrary.InputText' expected 2 to 3 arguments, got 1 on...
Getting error 'SeleniumLibrary.InputText' expected 2 to 3 arguments, got 1 on "Input text user@phptravels.com" What should be the correct code in order to resolve this error? I am trying it in Atom IDE...
View Articleselecting text of a page in selenium webdriver python
I'm a relative beginner in python and selenium and am facing an issue. Using Selenium, I click on a link that by default opens in a new tab and I want to print all the text of the new page in my...
View ArticleConfigure docker with phantomjs image and selenium image
I am trying to configure docker with separate docker image for phantomjs and selenium image. On first step I configure it according tips in docker hub page. It's solution without selenium docker image...
View Article