Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
selenium & weblinks help
#6
just learned that you can compare elements in the devtools console by typing $$("input") this will return all of the input tags so you need to refine this further, by adding brackets []
$$("input[id='ipt2']") and the id of the element you are wanting to compare.

there is away to do this with xpath also
$x("") but this gets even more complicated and honestly i am still trying to figure it all out , i just want to add this to my own dumb comment from earlier, i went out and found an answer. so if anyone faces this later on i hope this helps or gives some idea on which direction to head in.
Reply


Messages In This Thread
selenium & weblinks help - by gr3yali3n - Oct-18-2020, 10:51 AM
RE: selenium & weblinks help - by snippsat - Oct-18-2020, 01:04 PM
RE: selenium & weblinks help - by gr3yali3n - Oct-18-2020, 03:23 PM
RE: selenium & weblinks help - by gr3yali3n - Oct-21-2020, 05:50 AM
RE: selenium & weblinks help - by snippsat - Oct-21-2020, 08:15 AM
RE: selenium & weblinks help - by gr3yali3n - Nov-05-2020, 05:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program. AcszE 1 3,655 Nov-03-2017, 08:41 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020