dev-resources.site
for different kinds of informations.
The Input password field is not displaying password but mot throwing error
Published at
12/8/2024
Categories
r
datascience
selenium
automation
Author
joker_20d7a
Author
11 person written this
joker_20d7a
open
Im trying to automate login with Rselenium in Rstudio please see below
remote_driver <- rsDriver(browser = "firefox",
geckover = "0.33.0",
verbose = FALSE,
port = 4457L)
# Assign the remote driver object to a variable
driver <- remote_driver[["client"]]
driver$navigate("https://etopup.gloworld.com:8443/agentportal/agentportal/Application.html#")
I can easily locate the username and the userID without any error, please see below
Sys.sleep(2)
reseller_id_input <- driver$findElement(using = 'id', "gwt-debug-Reseller_ID")
# Supply a value to the input field (e.g., "your_reseller_id")
reseller_id_input$sendKeysToElement(list("Napset"))
user_id_input <- driver$findElement(using = 'xpath', "//div[contains(text(),'User ID:')]//following::input[1]")
#Supply a value to the input field (e.g., "your_user_id")
user_id_input$sendKeysToElement(list("Yodigzy"))
The problem is the password part, when i locate the password field and send in password text, it doesnt reflect in the password field and does not show or display any error. see below
#Locate the Password input field
password_field <- driver$findElement(using = "id", value = "gwt-debug-Password")
password_field$sendKeysToElement(list("your-password"))
and without this password i cant proceed to login, is there any logic behind this or what, i really need help with this.
Thanks
selenium Article's
30 articles in total
How to solve the problem of limited access speed of crawlers
read article
Starting testing
read article
Comprehensive Guide to Waits in Selenium 4
read article
Effective Strategies for Managing Flaky Tests in Automated Test Suites
read article
Application of proxy IP in automated testing framework
read article
My First Steps with Playwright ๐ญ: A Testerโs Journey from Selenium
read article
Web/Mobile UI Test Automation Using Selenium & Appium For Food Ordering Solution
read article
Hi @All, I'm working devOps engineer in product based company and I want to is there any tool or way to get test cases from existing products as development from scratch is not possible on this stage to automate automation testing using Selenium Jenkins ?
read article
Selenium Vs. Cypress: What are the Key Differences?
read article
Improve User Experience & SEO: The Power of Automated Accessibility Testing
read article
Playwright vs Selenium WebDriver: Simplified. Which one to choose for your application automation needs?
read article
BrowserStack vs TestGrid: Which Cloud Testing Platform Suits Your Needs?
read article
Building Robust Web Automation with Selenium and Python
read article
Test Automation Frameworks- The Complete Guide
read article
The Input password field is not displaying password but mot throwing error
currently reading
ไฝฟ็จ selenium ่ฎๅ้่ฆ็ปๅ
ฅๆๅก็็ถฒ้
read article
Handling Dynamic Tables with Changing Rows and Columns
read article
Struggling with Selenium/WebdriverIO Updates? Letโs Break It Down Step-by-Step!
read article
Cypress vs Selenium: Which Testing Tool Is Right for You?
read article
How to Write Effective Test Cases
read article
Playwright vs Selenium: A Detailed Comparison
read article
Selenium webDriver Cheat sheet
read article
Selenium WebDriver steps and methods
read article
Selenium Testing: The Complete Step-by-Step Tutorial
read article
error when executing script in selenium using chromedriver
read article
Mastering Selenium C# with NUnit: In-Depth Guide to Page Object Model (POM) and Data Object Model (DOM)
read article
WebDriverIO Tutorial For Selenium Automation - A Complete Guide
read article
Selenium CAPTCHA Bypass: Tokens vs. Clicks โ Which Oneโs Faster?
read article
Cloud Test Automation with Selenium: Revolutionizing Testing for Cloud-Based Applications
read article
Why You Should Learn Automation: A Guide to Saving Time as a Developer
read article
Featured ones: